mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Set offline mode to true
Obviously - we are using it offline
This commit is contained in:
parent
e253438334
commit
5f6f2081e8
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ SSH_EXPOSE_ANONYMOUS = false
|
|||
; Indicate whether to check minimum key size with corresponding type
|
||||
MINIMUM_KEY_SIZE_CHECK = false
|
||||
; Disable CDN even in "prod" mode
|
||||
OFFLINE_MODE = false
|
||||
OFFLINE_MODE = true
|
||||
DISABLE_ROUTER_LOG = false
|
||||
; Generate steps:
|
||||
; $ ./gitea cert -ca=true -duration=8760h0m0s -host=myhost.example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue