-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy path.env
More file actions
15 lines (15 loc) · 546 Bytes
/
.env
File metadata and controls
15 lines (15 loc) · 546 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# set the OSPOS CI environment
OSPOS_CI_ENV=production
# MySQL/MariaDB and phpMyAdmin username
OSPOS_MYSQL_USERNAME=admin
# myPhpAdmin admin password
OSPOS_MYSQL_PASSWORD=pointofsale
# Mysql / MariaDB root passwordS
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