From 9f6ba4d43d4c53205b0fa2ab1521abc67054ed53 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 12 Mar 2015 08:13:32 +0100 Subject: Default platform URL should be localhost (especially if the user don't use the Heroku instance). --- conf/conf.cfg-sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 4f1e06c6..e5b2683b 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -1,5 +1,5 @@ [misc] -platform_url = https://pyaggr3g470r.herokuapp.com/ +platform_url = http://127.0.0.1:5000/ admin_email = recaptcha_public_key = recaptcha_private_key = -- cgit