Skip to content
Snippets Groups Projects

Master

Merged Tim Repke requested to merge master into production
4 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -2,7 +2,7 @@ NACSOS_LOG_CONF_FILE="config/logging.toml"
NACSOS_SERVER__HOST="localhost"
NACSOS_SERVER__PORT=8081
NACSOS_SERVER__CORS_ORIGINS='["http://localhost:8080", "http://127.0.0.1:8080", "http://localhost:8081", "http://localhost:8082","http://localhost", "http://0.0.0.0:8081", "http://0.0.0.0", "http://127.0.0.1:8081", "http://127.0.0.1"]'
NACSOS_SERVER__CORS_ORIGINS='["http://localhost:8080","http://localhost:8000", "http://127.0.0.1:8080", "http://localhost:8081", "http://localhost:8082","http://localhost", "http://0.0.0.0:8081", "http://0.0.0.0", "http://127.0.0.1:8081", "http://127.0.0.1"]'
NACSOS_SERVER__HEADER_CORS=true
NACSOS_DB__HOST="localhost"
Loading