Skip to content

Commit

Permalink
Added link to settings documentation in docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Jul 3, 2024
1 parent b8f1a83 commit 5673416
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker-compose-separated-basicauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
mosquitto:
condition: service_started
environment:
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
- serviceRootUrl=http://localhost:8080/FROST-Server
- queueLoggingInterval=1000
- logSensitiveData=true #disable on production!
Expand Down Expand Up @@ -47,6 +48,7 @@ services:
mosquitto:
condition: service_started
environment:
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
- serviceRootUrl=http://localhost:8080/FROST-Server
- queueLoggingInterval=1000
- plugins.multiDatastream.enable=true
Expand Down
2 changes: 2 additions & 0 deletions scripts/docker-compose-separated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
mosquitto:
condition: service_started
environment:
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
- serviceRootUrl=http://localhost:8080/FROST-Server
- queueLoggingInterval=1000
- plugins.multiDatastream.enable=true
Expand All @@ -35,6 +36,7 @@ services:
mosquitto:
condition: service_started
environment:
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
- serviceRootUrl=http://localhost:8080/FROST-Server
- queueLoggingInterval=1000
- plugins.multiDatastream.enable=true
Expand Down
1 change: 1 addition & 0 deletions scripts/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
web:
image: fraunhoferiosb/frost-server:latest
environment:
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
- serviceRootUrl=http://localhost:8080/FROST-Server
- plugins_multiDatastream.enable=false
- http_cors_enable=true
Expand Down

0 comments on commit 5673416

Please sign in to comment.