Files
opensourcepos/application/config/.env.example
2019-10-26 17:42:30 +01: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"