generated from coulomb/repo-seed
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
DATABASE_URL=postgresql+asyncpg://user:pass@localhost/dvd_db
|
|
REDIS_URL=redis://localhost:6379
|
|
S3_ENDPOINT=http://localhost:9000
|
|
S3_ACCESS_KEY=minioadmin
|
|
S3_SECRET_KEY=minioadmin
|
|
S3_BUCKET=dvd-blobs
|
|
SECRET_KEY=your-super-secret-key-here
|
|
OAUTH_JWKS_URL=https://id.bund.de/.well-known/jwks.json |