diff options
author | 2018-03-29 17:28:40 +0200 | |
---|---|---|
committer | 2018-03-29 16:28:40 +0100 | |
commit | 2ba6687936bb933f0d37caf41a71886c97c0c29b (patch) | |
tree | 94db9476ce6dceba2f7996577e9206e0a1c0cd45 /Vagrant_bootstrap.sh | |
parent | Fix error handler management (diff) |
fixes path to static files in subdomains (#46)
Diffstat (limited to 'Vagrant_bootstrap.sh')
-rw-r--r-- | Vagrant_bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |