Files
sta/backend/settings/development.yaml
T

14 lines
229 B
YAML
Raw Normal View History

frontend_url: http://localhost:5173
2025-12-21 18:19:21 +01:00
debug: true
application:
protocol: http
host: 127.0.0.1
base_url: http://127.0.0.1:3100
name: "sta-dev"
cors:
allowed_origins: ["*"]
allow_credentials: false
max_age_secs: 3600