Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Nov 17, 2023
1 parent 1275b46 commit f15e407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions template/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ POWER_PASSWORD=1PrMxExC45LsCT
APP_ID=onlyoffice
APP_NAME=onlyoffice
# port, APP_HTTP_PORT is need at leaset
# some container (e.g teleport) need HTTPS access, then need to set this pra
APP_HTTP_PORT=80
APP_HTTPS_PORT=81
APP_HTTPS_ACCESS=true
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"
APP_NETWORK=websoft9

# Items which user must set when create
APP_HTTP_PORT_SET=9001
Expand All @@ -24,10 +29,5 @@ APP_KEY_SET="dfsjdkjf77xjxcjcj"
APP_URL=appname.example.com:$APP_HTTP_PORT
# modifies APP_URL on init when it is true
APP_URL_REPLACE=true

APP_ADMIN_PATH="/wp-login"
# some container (e.g teleport) need HTTPS access, then need to set this pra
APP_HTTPS_ACCESS=true
APP_NETWORK=websoft9
#### -------------------------------------------------------- ####

0 comments on commit f15e407

Please sign in to comment.