Add .gitignore, update Redis URL and domain placeholders, and expand outline secret configuration

This commit is contained in:
gyurix
2025-08-29 08:14:08 +02:00
parent f4f66398de
commit 4b91fa6f3f
5 changed files with 197 additions and 144 deletions

View File

@@ -108,10 +108,10 @@
"DATABASE_CONNECTION_POOL_MAX": ""
},
{
"REDIS_URL": "redis://outlineredis-app:6379"
"REDIS_URL": "redis://outlineredis-server:6379"
},
{
"URL": "https://#OUTLINE_DOMAIN"
"URL": "https://#DOMAIN"
},
{
"PORT": 3000