diff --git a/template/.env b/template/.env index c8bdf1923..b1740f967 100644 --- a/template/.env +++ b/template/.env @@ -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 @@ -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 #### -------------------------------------------------------- ####