Update .env
This commit is contained in:
parent
6651e54da8
commit
42b56a1999
6
.env
6
.env
@ -1,13 +1,15 @@
|
||||
APP_PORT=9001
|
||||
APP_NAME=erpnext
|
||||
DB_MARIA_PASSWORD=LFVKy9ra9Njy2E
|
||||
DB_MARIA_PORT=3306
|
||||
# ERPNext version <= v12 is mariadb, ERPNext version > v12 is db
|
||||
APP_DB_PARAM=db
|
||||
# use Internet IP if no domain
|
||||
APP_URL_REPLACE=true
|
||||
APP_URL=erpnext.example.com
|
||||
APP_USER=Administrator
|
||||
APP_PASSWORD=LFVKy9ra9Njy2E
|
||||
# Support ERPNext version: v12,v13,v14
|
||||
APP_VERSION=v14
|
||||
APP_NETWORK=websoft9
|
||||
DB_MARIA_PASSWORD=$APP_PASSWORD
|
||||
DB_MARIA_PORT=3306
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user