28 lines
755 B
YAML
28 lines
755 B
YAML
settings:
|
|
application:
|
|
mode: prod
|
|
host: 127.0.0.1
|
|
port: 8090
|
|
readtimeout: 30
|
|
writertimeout: 30
|
|
logger:
|
|
path: var/logs/admin
|
|
stdout: default
|
|
level: info
|
|
enableddb: false
|
|
jwt:
|
|
# Set a unique secret in the protected operator configuration.
|
|
secret: replace-with-a-protected-jwt-secret
|
|
timeout: 3600
|
|
database:
|
|
driver: mysql
|
|
# Supply the isolated Chorus database connection here. Do not put real
|
|
# credentials in this tracked example file.
|
|
source: user:password@tcp(127.0.0.1:3308)/chorus?charset=utf8mb4&parseTime=True&loc=Local
|
|
cache:
|
|
memory: ''
|
|
extend:
|
|
chorus:
|
|
# Read-only access to the same protected storage root used by Portal.
|
|
storage_root: ../var/storage
|