use mongodb

This commit is contained in:
2023-01-10 16:13:53 +02:00
parent 60b072bc74
commit e4333a8b4c
7 changed files with 991 additions and 248 deletions

View File

@@ -1,12 +1,11 @@
AUTH_SECRET=myauthsecret # generate with https://generate-secret.vercel.app/32 or openssl rand -hex 32 on unix-like
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=your-db-password
DB_URL=mongodb://localhost:27017
GHOST_API_KEY=your-ghost-api-key
AUTH_CLIENT_ID=your-authentik-client-id
AUTH_CLIENT_SECRET=your-authentik-client-secret
AUTH_ISSUER=https://authentik-domain/application/o/app-name/
HCAPTCHA_SECRET=your-hcaptcha-secret
HCAPTCHA_SITEKEY=your-hcaptcha-sitekey
WEBHOOK=your-discord-webhook
WEBHOOK=your-discord-webhook
MONGO_USER=mongodb
MONGO_PASSWORD=mongodb