Files
opensourcepos/app/Config/.env.example
2023-04-27 21:52:54 -04:00

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"