Update readme

This commit is contained in:
2025-11-06 16:05:33 +00:00
parent f1dc375c5f
commit 28815d3b25
4 changed files with 174 additions and 10 deletions
+13
View File
@@ -0,0 +1,13 @@
# Database Credentials for all services
# These are used by the 'postgres' service to initialize the database
# These are used by 'backend' (Go) and 'sabredav' (PHP)
POSTGRES_USER=myuser
POSTGRES_PASSWORD=mypassword
POSTGRES_DB=mydb
# and to connect to the 'postgres' service on the Docker network
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
JWT_SECRET_KEY="a-very-secret-key-that-should-be-in-env"