瀏覽代碼

Update README.md

Florian Hoss 2 年之前
父節點
當前提交
31c2009bb3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -59,6 +59,7 @@ The name and related link can be provided as well.
 ```toml
 ```toml
 PORT = 4000
 PORT = 4000
 ALLOWED_HOSTS = "http://localhost:4000"
 ALLOWED_HOSTS = "http://localhost:4000"
+TITLE = "GoDash"
 
 
 LOG_LEVEL = "info"
 LOG_LEVEL = "info"
 
 
@@ -90,6 +91,8 @@ services:
       - TZ=Europe/Berlin
       - TZ=Europe/Berlin
       # can be multiple hosts, comma separated, no spaces
       # can be multiple hosts, comma separated, no spaces
       - ALLOWED_HOSTS=https://home.example.com
       - ALLOWED_HOSTS=https://home.example.com
+      # change title to something else
+      - TITLE=GoDash
       # available log-levels: trace,debug,info,warn,error,fatal,panic
       # available log-levels: trace,debug,info,warn,error,fatal,panic
       - LOG_LEVEL=info
       - LOG_LEVEL=info
       # create account here to get free key:
       # create account here to get free key: