mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: env example files
do not use variable to set other variable [skip travis]
This commit is contained in:
parent
59a390b772
commit
00541810d9
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ FRAPPE_VERSION=edge
|
|||
MARIADB_HOST=mariadb
|
||||
MYSQL_ROOT_PASSWORD=admin
|
||||
SITE_NAME=mysite.localhost
|
||||
SITES=`${SITE_NAME}`
|
||||
SITES=`mysite.localhost`
|
||||
DB_ROOT_USER=root
|
||||
ADMIN_PASSWORD=admin
|
||||
INSTALL_APPS=erpnext
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue