mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
fix tests
This commit is contained in:
parent
5ed4ca2500
commit
7b3a09d8ac
2 changed files with 18 additions and 15 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue