mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
Clarify JWT_SECRET placeholder in configuration files
This commit is contained in:
parent
a055d72246
commit
39ba85dcf4
@ -55,7 +55,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
JWT_SECRET: RANDOM_SECRET
|
JWT_SECRET: RANDOM_SECRET # Replace with a secure random string
|
||||||
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|||||||
@ -4,7 +4,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
JWT_SECRET: RANDOM_SECRET
|
JWT_SECRET: RANDOM_SECRET # Replace with a secure random string
|
||||||
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
DATABASE_URL: "postgresql://postgres:postgres@db:5432/postgres"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user