fixing
This commit is contained in:
parent
1b32cf02a8
commit
ce2b7b4d18
|
|
@ -1,13 +1,13 @@
|
|||
# Configuration vars for cmd/app
|
||||
[app]
|
||||
name = "Fiber starter"
|
||||
host = "http://38.47.180.165"
|
||||
host = "http://38.47.185.86"
|
||||
port = ":8800"
|
||||
domain = "https://kontenhumas.com/api"
|
||||
external-port = ":8809"
|
||||
idle-timeout = 5 # As seconds
|
||||
print-routes = false
|
||||
prefork = true
|
||||
prefork = false
|
||||
production = false
|
||||
body-limit = 1048576000 # "100 * 1024 * 1024"
|
||||
primary-client-key = "78356d32-52fa-4dfc-b836-6cebf4e3eead"
|
||||
|
|
|
|||
Loading…
Reference in New Issue