Env files
This commit is contained in:
1
.console.env.sample
Normal file
1
.console.env.sample
Normal file
@ -0,0 +1 @@
|
|||||||
|
API_URL=http://api-proxy
|
5
.db.env.sample
Normal file
5
.db.env.sample
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MYSQL_HOST=
|
||||||
|
MYSQL_ROOT_PASSWORD=
|
||||||
|
MYSQL_DATABASE=
|
||||||
|
MYSQL_USER=
|
||||||
|
MYSQL_PASSWORD=
|
@ -1,6 +1 @@
|
|||||||
COMPOSE_PROFILES=
|
COMPOSE_PROFILES=
|
||||||
MYSQL_HOST=
|
|
||||||
MYSQL_ROOT_PASSWORD=
|
|
||||||
MYSQL_DATABASE=
|
|
||||||
MYSQL_USER=
|
|
||||||
MYSQL_PASSWORD=
|
|
||||||
|
Reference in New Issue
Block a user