From 2ba6687936bb933f0d37caf41a71886c97c0c29b Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Thu, 29 Mar 2018 17:28:40 +0200 Subject: fixes path to static files in subdomains (#46) --- Vagrant_bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Vagrant_bootstrap.sh') diff --git a/Vagrant_bootstrap.sh b/Vagrant_bootstrap.sh index 97be3c71..307107d4 100644 --- a/Vagrant_bootstrap.sh +++ b/Vagrant_bootstrap.sh @@ -70,6 +70,7 @@ export RETHINKDB_DATABASE="database" export RETHINKDB_TABLE="table" export BOT_API_KEY="abcdefghijklmnopqrstuvwxyz" export TEMPLATES_AUTO_RELOAD="yes" +export PREFERRED_URL_SCHEME="http" alias python=python3.6 EOF -- cgit v1.2.3