init: documentation and prototypes
This commit is contained in:
parent
e936fb41fa
commit
45d60fc1a9
51 changed files with 2476 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue