14 lines
365 B
YAML
14 lines
365 B
YAML
environment: development
|
|
host: 0.0.0.0
|
|
port: 3001
|
|
mongodb: ${MONGO_URL} # Use an environment variable to define the Redis URL
|
|
redis: ${REDIS_URL} # Use an environment variable to define the Redis URL
|
|
cache:
|
|
enable_locks: true
|
|
java_status_duration: 1m
|
|
bedrock_status_duration: 1m
|
|
icon_duration: 24h
|
|
access_control:
|
|
enable: true
|
|
allowed_origins:
|
|
- '*' |