skip TLS verify in forgejo migrations
This commit is contained in:
parent
208e3b7f68
commit
29d7ee601c
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ in
|
|||
service.DISABLE_REGISTRATION = true;
|
||||
repository.USE_COMPAT_SSH_URI = true;
|
||||
security.LOGIN_REMEMBER_DAYS = 365;
|
||||
# required because go doesn't recognize Let's Encrypt as a valid CA
|
||||
migrations.SKIP_TLS_VERIFY = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue