This commit is contained in:
parent
79b1aed6ac
commit
7df916c7de
11
config.example.yml
Normal file
11
config.example.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
|
bypass_tokens:
|
||||||
Loading…
Reference in New Issue
Block a user