summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ogcp/__init__.py2
-rw-r--r--ogcp/cfg/ogcp.json (renamed from ogcp/cfg/ogserver.json)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/__init__.py b/ogcp/__init__.py
index fb860b9..8c7c732 100644
--- a/ogcp/__init__.py
+++ b/ogcp/__init__.py
@@ -5,7 +5,7 @@ from flask import Flask
from os import urandom
app = Flask(__name__)
-app.config.from_json('cfg/ogserver.json')
+app.config.from_json('cfg/ogcp.json')
app.secret_key = urandom(16)
babel = Babel(app)
diff --git a/ogcp/cfg/ogserver.json b/ogcp/cfg/ogcp.json
index 9e715d4..9e715d4 100644
--- a/ogcp/cfg/ogserver.json
+++ b/ogcp/cfg/ogcp.json