mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
fixed stupiid typos around the documentation
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user