mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-23 01:45:05 -05:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
CI_ENV="development"
|
|
#CI_ENV="production"
|
|
|
|
#Database Settings
|
|
MYSQL_HOST_NAME="localhost"
|
|
MYSQL_USERNAME="admin"
|
|
MYSQL_PASSWORD="pointofsale"
|
|
MYSQL_DB_NAME="ospos"
|