Update config.example.yml
All checks were successful
Go / build (push) Successful in 1m35s

This commit is contained in:
2025-01-16 04:32:01 +00:00
parent 2b14e87912
commit 68fc956432

View File

@@ -1,8 +1,8 @@
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
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