Change default instance host from 'localhost' to 'vervis.localhost'

That way it satisfies the current requirements for a valid FedURI.
This commit is contained in:
fr33domlover 2019-06-14 17:44:29 +00:00
parent 4d61672f94
commit 0aaec575d9

View file

@ -24,7 +24,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:localhost"
instance-host: "_env:INSTANCE_HOST:vervis.localhost"
# Encryption key file for encrypting the session cookie sent to clients
client-session-key: config/client_session_key.aes