Will check if there is a read_env_file.php and then run it to load .env file in /configs folder This file can hold secrets that are not to be checked into git Updated edit.js file to be eslint compatible
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
# Master configs
|
|
BASE_NAME=
|
|
G_TITLE=
|
|
# DB configs
|
|
DB_NAME_TEST=
|
|
DB_USER_TEST=
|
|
DB_PASS_TEST=
|
|
DB_HOST_TEST=
|