ping-server/config.yml
csmith1865 79b1aed6ac
Some checks failed
Go / build (push) Has been cancelled
Update config.yml
2025-01-16 04:34:35 +00:00

11 lines
348 B
YAML

environment: development
host: 0.0.0.0
port: 3001
mongodb: ~ # Use an environment variable to define the Redis URL
redis: redis://:default@127.0.0.1:6379/1 # 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: "BYPASS_SECRET"