From 0aaec575d929694ef1dcf032e8d0319b0726c01f Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 14 Jun 2019 17:44:29 +0000 Subject: [PATCH] Change default instance host from 'localhost' to 'vervis.localhost' That way it satisfies the current requirements for a valid FedURI. --- config/settings-default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings-default.yaml b/config/settings-default.yaml index ceb41e2..8ff82ab 100644 --- a/config/settings-default.yaml +++ b/config/settings-default.yaml @@ -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