clone:legacy
This commit is contained in:
26
.env.docker.example
Normal file
26
.env.docker.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# Use this to run via docker-compose
|
||||
PORT=4000
|
||||
NODE_ENV=development
|
||||
|
||||
# DB inside compose
|
||||
DATABASE_URL=mysql://MNCO:MNCO@mysql:3306/MNCO
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
MYSQL_DATABASE=MNCO
|
||||
MYSQL_USER=MNCO
|
||||
MYSQL_PASSWORD=MNCO
|
||||
|
||||
# Redis inside compose
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Firebase (optional in dev)
|
||||
project_id=
|
||||
private_key_id=
|
||||
private_key=
|
||||
client_email=
|
||||
client_id=
|
||||
auth_uri=
|
||||
token_uri=
|
||||
auth_provider_x509_cert_url=
|
||||
client_x509_cert_url=
|
||||
firebase_url=
|
||||
Reference in New Issue
Block a user