diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-12 08:13:32 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-12 08:13:32 +0100 |
commit | 9f6ba4d43d4c53205b0fa2ab1521abc67054ed53 (patch) | |
tree | 81d60acfe814b97d8d0af0c9a00df436f2ef1496 /conf | |
parent | The label of the badge (for the errors count) wasn't clear enough. (diff) | |
download | newspipe-9f6ba4d43d4c53205b0fa2ab1521abc67054ed53.tar.gz newspipe-9f6ba4d43d4c53205b0fa2ab1521abc67054ed53.tar.bz2 newspipe-9f6ba4d43d4c53205b0fa2ab1521abc67054ed53.zip |
Default platform URL should be localhost (especially if the user don't use the Heroku instance).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |