diff --git a/config.example.yml b/config.example.yml new file mode 100644 index 0000000..39c3629 --- /dev/null +++ b/config.example.yml @@ -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: \ No newline at end of file