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 20, 2022
1 parent 5f217dd commit e596e2f
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 e596e2f

Please sign in to comment.