mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:24:51 +09:00
In settings, set the default instance host to localhost
It was vervis.localhost, probably a remainder from the time before the FedURI rewrite, where it had to contain a period character. Now, in dev mode, it needs to *not* contain one, and localhost works just fine and makes sense more than anything else probably.
This commit is contained in:
parent
a700dc4208
commit
9ec4142737
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ip-from-header: "_env:IP_FROM_HEADER:false"
|
|||
# requests are federated and which are for this instance, and for generating
|
||||
# URLs. The database relies on this value, and you shouldn't change it once
|
||||
# you deploy an instance.
|
||||
instance-host: "_env:INSTANCE_HOST:vervis.localhost"
|
||||
instance-host: "_env:INSTANCE_HOST:localhost"
|
||||
|
||||
# Encryption key file for encrypting the session cookie sent to clients
|
||||
client-session-key: config/client_session_key.aes
|
||||
|
|
Loading…
Reference in a new issue