fix: use localhost for dev
actix_identity doesn't work otherwise
This commit is contained in:
parent
2d9e952040
commit
0f77f81f84
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ip= "0.0.0.0"
|
|||
# Minimum of two threads are advisable for top async performance but can work
|
||||
# with one also.
|
||||
workers = 2
|
||||
domain = "demo.librepages.org"
|
||||
domain = "localhost"
|
||||
cookie_secret = "94b2b2732626fdb7736229a7c777cb451e6304c147c4549f30"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue