Skip to content

Commit

Permalink
1342: add api key to config.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
sinejespersen committed May 29, 2024
1 parent d25c135 commit d7224aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/itkdev/etc/confd/templates/config.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"api": "{{ getenv "API_PATH" "/" }}",
"touchButtonRegions": "{{ getenv "APP_TOUCH_BUTTON_REGIONS" "false"}}",
"rejseplanenApiKey": null,
"loginMethods": [
{
"type": "oidc",
Expand Down
1 change: 1 addition & 0 deletions infrastructure/os2display/etc/confd/templates/config.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"api": "{{ getenv "API_PATH" "/" }}",
"touchButtonRegions": "{{ getenv "APP_TOUCH_BUTTON_REGIONS" "false"}}",
"rejseplanenApiKey": null,
"loginMethods": [
{
"type": "oidc",
Expand Down
2 changes: 1 addition & 1 deletion public/example_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"api": "/",
"touchButtonRegions": false,
"rejseplanenApiKey": "abc",
"rejseplanenApiKey": null,
"loginMethods": [
{
"type": "oidc",
Expand Down

0 comments on commit d7224aa

Please sign in to comment.