fixed stupiid typos around the documentation

This commit is contained in:
urania-dev
2024-08-08 20:36:27 +02:00
parent b686ef4184
commit 0c4a7aea2a
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ services:
- 3000:3000
environment:
DATABASE_URL: 'file:./db.sqlite'
DATABASE_PROVIDER: sqlite # mysql | sqlite | pg
DATABASE_PROVIDER: sqlite # mysql | sqlite | postgres
TOKEN_SECRET: # openssl rand -base64 32
ORIGIN: https://example.com
```

View File

@@ -7,7 +7,7 @@ services:
DATABASE_URL: 'postgresql://root:password@postgres:5432/snappdb'
TOKEN_SECRET: # openssl rand -base64 32
ORIGIN: https://example.com
DATABASE_PROVIDER: postgresql
DATABASE_PROVIDER: postgres
depends_on:
- postgres
networks: