From 7df916c7decff2685143ae9f5689e9527a8536da Mon Sep 17 00:00:00 2001 From: csmith1865 Date: Thu, 16 Jan 2025 04:34:57 +0000 Subject: [PATCH] Add config.example.yml --- config.example.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.example.yml 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