fix: env example files
do not use variable to set other variable [skip travis]
This commit is contained in:
@@ -3,8 +3,8 @@ ERPNEXT_VERSION=edge
|
||||
FRAPPE_VERSION=edge
|
||||
MARIADB_HOST=mariadb
|
||||
MYSQL_ROOT_PASSWORD=admin
|
||||
SITE_NAME=mysite.localhost
|
||||
SITES=`${SITE_NAME}`
|
||||
SITE_NAME=erp.example.com
|
||||
SITES=`erp.example.com`
|
||||
DB_ROOT_USER=root
|
||||
ADMIN_PASSWORD=admin
|
||||
INSTALL_APPS=erpnext
|
||||
|
||||
Reference in New Issue
Block a user