mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 00:07:58 -05:00
11 lines
391 B
Bash
11 lines
391 B
Bash
OSPOS_MYSQL_USERNAME=admin
|
|
OSPOS_MYSQL_PASSWORD=pointofsale
|
|
OSPOS_MYSQL_ROOT_PASSWORD=ospos_mysql
|
|
# Set a valid domain name if you use Letsencrypt
|
|
OSPOS_DOMAIN_NAME=ospos.ospos
|
|
# Set a valid email address if you use Letsencrypt
|
|
OSPOS_CONTACT_EMAIL=admin@ospos.ospos
|
|
# Set to 1 if you're testing your setup with Letsencrypt
|
|
# to avoid hitting request limits, otherwise set 0
|
|
OSPOS_STAGING=1
|