forked from jamesp/sasa-membership
@@ -4,6 +4,12 @@ APP_VERSION="1.0.0"
|
||||
DEBUG=True
|
||||
ENVIRONMENT=development
|
||||
|
||||
# Gateway host port
|
||||
APP_PORT=8050
|
||||
APP_TLS_PORT=8443
|
||||
DEV_CERT_CN=localhost
|
||||
DEV_CERT_SANS=DNS:localhost,IP:127.0.0.1,IP:::1
|
||||
|
||||
# API Settings
|
||||
API_V1_PREFIX=/api/v1
|
||||
SECRET_KEY=your-secret-key-change-this-in-production
|
||||
|
||||
Reference in New Issue
Block a user