10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
DATABASE_URL="mysql://platform:platform@db:3306/platform"
|
|
REDIS_URL="redis://redis:6379"
|
|
|
|
# JWT, multi-tenant hints, etc.
|
|
JWT_SECRET="devsecret"
|
|
TENANCY_STRATEGY="single-db"
|