Sample environment files
This commit is contained in:
2
.adminer.env.sample
Normal file
2
.adminer.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
ADMINER_DESIGN=dracula
|
||||
ADMINER_PLUGINS=dump-json
|
1
.api.key.sample
Normal file
1
.api.key.sample
Normal file
@ -0,0 +1 @@
|
||||
API_KEY=######################
|
4
.db.env.sample
Normal file
4
.db.env.sample
Normal file
@ -0,0 +1,4 @@
|
||||
MYSQL_ROOT_PASSWORD=password
|
||||
MYSQL_USER=user
|
||||
MYSQL_PASSWORD=password
|
||||
MYSQL_DATABASE=database
|
3
.env.sample
Normal file
3
.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
DEBUG=true
|
||||
BASE_URL=""
|
||||
MYSQL_HOST=db
|
Reference in New Issue
Block a user