fix tests

This commit is contained in:
crapStone 2023-11-19 23:56:56 +01:00
parent 5ed4ca2500
commit 7b3a09d8ac
No known key found for this signature in database
GPG key ID: D74B82E7CDD863FE
2 changed files with 18 additions and 15 deletions

View file

@ -1,13 +1,15 @@
# specify at which log level should be logged
# Possible options: trace, debug, info, warn, error
logLevel = 'debug'
[server]
host = '127.0.0.1'
port = 443
httpPort = 80
httpServerEnabled = false
httpServerEnabled = true
mainDomain = ''
rawDomain = ''
allowedCorsDomains = ['asdf', 'jkl;']
allowedCorsDomains = []
blacklistedPaths = []
[gitea]