From 689a7bbf2b36f277534f30b8e61c236de6aefc40 Mon Sep 17 00:00:00 2001 From: Christian Gass Date: Fri, 9 Jun 2017 09:32:38 -0400 Subject: [PATCH] Delete config.py --- project/config.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 project/config.py diff --git a/project/config.py b/project/config.py deleted file mode 100644 index 5525226..0000000 --- a/project/config.py +++ /dev/null @@ -1,23 +0,0 @@ -# project/_config.py - -import os -from datetime import timedelta - -# Grabs the folder where the script runs. -basedir = os.path.abspath(os.path.dirname(__file__)) - -# Enable debug mode. -DEBUG = True - -# Secret key for session management. -SECRET_KEY = 'i\xf8\x15\xc2\x0e\xfc8\x04\xxd\x07\xbeCG*\x14\777x8f\xeb!#T\x01-\xd8\xff' - -# Session lifetime (matches lifetime of Esri tokens) -# PERMANENT_SESSION_LIFETIME = timedelta(seconds=3600) - -# Connect to the database -SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'database.db') - -# ESRI IDs for accessing to premium AGOL services (elevation and hydrology) -ESRI_APP_ID ='Rl33Ikhm8yr4xlz4' -ESRI_APP_SECRET='6f298cc008464a718f30366ecd85e5cb' \ No newline at end of file