Skip to content

Commit

Permalink
message in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro committed Oct 19, 2022
1 parent 9f0520a commit 5da5ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ dataCubes:
pageMustLoadTimeout: 5000

customization:
messages:
dataCubeNotFound: |
Oh no! We looked hard but couldn't find your data cube. Sorry.
urlShortener: |
// also available: context.clientIp
return request.get('http://tinyurl.com/api-create.php?url=' + encodeURIComponent(url))

0 comments on commit 5da5ee7

Please sign in to comment.