diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/app.ini b/conf/app.ini index 728914b9..28b4485a 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -61,8 +61,9 @@ KEY_FILE = custom/https/key.pem ; Allowed TLS version values: SSL30, TLS10, TLS11, TLS12 TLS_MIN_VERSION = TLS10 -; Upper level of template and static file path -; default is the path where Gogs is executed +; Enable to load assets (i.e. "conf", "templates", "public") from disk instead of embedded bindata. +LOAD_ASSETS_FROM_DISK = false +; The directory that contains "templates" and "public". By default, it is the working directory. STATIC_ROOT_PATH = ; Default path for App data APP_DATA_PATH = data |