added missed secrets

This commit is contained in:
gyurix
2025-01-02 15:48:41 +01:00
parent 40f8bd4b60
commit 21ca343542
3 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
},
"outlineapp": {
"SECRET_KEY": "#SECRET_KEY",
"UTILS_SECRET": "#UTILS_SECRET",
"DATABASE_URL": "postgres://#DB_USER:#DB_PASSWORD@outlinepostgres-db:5432/#DB_NAME"
}
}