Install
This commit is contained in:
1
app/.adminer.env.sample
Normal file
1
app/.adminer.env.sample
Normal file
@ -0,0 +1 @@
|
||||
ADMINER_DESIGN=dracula
|
4
app/.db.env.sample
Normal file
4
app/.db.env.sample
Normal file
@ -0,0 +1,4 @@
|
||||
MYSQL_ROOT_PASSWORD=
|
||||
MYSQL_DATABASE=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
11
app/.env.sample
Normal file
11
app/.env.sample
Normal file
@ -0,0 +1,11 @@
|
||||
APP_URL=
|
||||
|
||||
MYSQL_HOST=db
|
||||
|
||||
COOKIE_NAME=
|
||||
COOKIE_DOMAIN=
|
||||
COOKIE_PATH=/
|
||||
MAX_LOGIN_HOURS=120
|
||||
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
0
app/.redis.env.sample
Normal file
0
app/.redis.env.sample
Normal file
Reference in New Issue
Block a user