Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Nov 17, 2023
1 parent eba3920 commit 03e83f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ APP_KEY_SET="dfsjdkjf77xjxcjcj"
# Some container (e.g teleport) need HTTPS access, then need to set this pra
APP_HTTP_PORT=80
APP_HTTPS_PORT=81

APP_USER=admin
# use https://1password.com/zh-cn/password-generator/ to genarate 14 bit password
APP_PASSWORD=$POWER_PASSWORD
APP_ADMIN_PATH="/wp-login"

# Container name's suffix must use one of the value
APP_DB_EXPOSE="mysql,postgres,mariadb,mongodb,redis"

# It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT, http(s)://IP:PORT
APP_URL=appname.example.com:$APP_HTTP_PORT
APP_URL=internet_ip:$APP_HTTP_PORT
# modifies APP_URL on init when it is true
APP_URL_REPLACE=true

Expand Down

0 comments on commit 03e83f6

Please sign in to comment.