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:
parent
4d61672f94
commit
0aaec575d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue