mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-19 09:17:12 -04:00
8 lines
122 B
Bash
8 lines
122 B
Bash
CI_ENV="development"
|
|
|
|
#Database Settings
|
|
MYSQL_HOST_NAME="localhost"
|
|
MYSQL_USERNAME=""
|
|
MYSQL_PASSWORD=""
|
|
MYSQL_DB_NAME=""
|