From 9ec4142737a8881e301f512a6b0a28e2416773ce Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 22 Oct 2019 08:26:49 +0000 Subject: [PATCH] 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. --- 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 0d76039..4255e6c 100644 --- a/config/settings-default.yaml +++ b/config/settings-default.yaml @@ -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