Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DATABASE_URL="postgresql://user:password@db:5432/mydb?schema=public"
|
||||
|
||||
POSTGRES_DB=mydb
|
||||
POSTGRES_USER=user
|
||||
POSTGRES_PASS=password
|
||||
POSTGRES_PORT=32676
|
||||
|
||||
NUXT_SESSION_PASSWORD=# openssl rand -base64 32
|
||||
|
||||
REDIS_PORT=6379
|
||||
NUXT_REDIS_HOST=redis
|
||||
NUXT_REDIS_PASSWORD=# openssl rand -base64 32
|
||||
Reference in New Issue
Block a user