NumberChords services

This commit is contained in:
maurice
2025-11-22 17:37:45 +01:00
parent 95cdf02105
commit 55a64cf546
6 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Set these secrets:
- `connection_string`: MongoDB connection string
- `api_secret_key`: 32-byte base64 secret
- `api_private_key`: 32-byte base64 secret
- `id_secret_key`: 32-byte base64 secret
- `id_private_key`: 32-byte base64 secret
- `mollie_api_key`: Mollie API key
- `smtp_username`: SMTP email account username
- `smtp_password`: SMTP email account password
- `mongo_username`: MongoDB root username
- `mongo_password`: MongoDB root password