*.env.sample files
This commit is contained in:
2
api/.adminer.env.sample
Normal file
2
api/.adminer.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
ADMINER_DESIGN=dracula
|
||||
ADMINER_PLUGINS="tables-filter table-indexes-structure table-structure struct-comments json-column edit-calendar edit-textarea dump-bz2 dump-date dump-json dump-php enum-option"
|
4
api/.db.env.sample
Normal file
4
api/.db.env.sample
Normal file
@ -0,0 +1,4 @@
|
||||
MYSQL_ROOT_PASSWORD=
|
||||
MYSQL_DATABASE=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
2
api/.env.sample
Normal file
2
api/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
PASSWORDS_SEPARATOR=,
|
||||
PASSWORDS=
|
Reference in New Issue
Block a user