浏览代码

Added note about APP_URL, closes #355

Will Browning 2 年之前
父节点
当前提交
009959e4c4
共有 3 个文件被更改,包括 401 次插入456 次删除
  1. 1 1
      .env.example
  2. 164 160
      composer.lock
  3. 236 295
      package-lock.json

+ 1 - 1
.env.example

@@ -3,7 +3,7 @@ APP_ENV=production
 APP_KEY=
 APP_KEY=
 APP_DEBUG=false
 APP_DEBUG=false
 APP_LOG_LEVEL=debug
 APP_LOG_LEVEL=debug
-# The URL of the AnonAddy instance, can be anything you like e.g. aa.example.com, or just example.com
+# The URL of the AnonAddy instance, can be anything you like e.g. https://aa.example.com, or just https://example.com, if using a non-standard port you must include it e.g. https://example.test:8000
 APP_URL=https://app.example.com
 APP_URL=https://app.example.com
 
 
 LOG_CHANNEL=stack
 LOG_CHANNEL=stack

文件差异内容过多而无法显示
+ 164 - 160
composer.lock


文件差异内容过多而无法显示
+ 236 - 295
package-lock.json


部分文件因为文件数量过多而无法显示