fix: use localhost for dev

actix_identity doesn't work otherwise
This commit is contained in:
Aravinth Manivannan 2022-12-03 14:52:42 +05:30
parent 2d9e952040
commit 0f77f81f84
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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"