aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-10-30 12:00:54 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-10-30 12:00:54 +0100
commit5ed30e891ce702958e28e12581d7fad0a73766a2 (patch)
tree2b1c5f2e1ad8423230a38763608f760aa2bb8734
parent0cc2c86b13aed11bcfcd1edff4fd915eba66629d (diff)
app: Fix names.
Change-Id: I6135092318ee6793d6c5f1c29556e207843bc777
-rw-r--r--app/dashboard/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/dashboard/__init__.py b/app/dashboard/__init__.py
index 4319308..8562390 100644
--- a/app/dashboard/__init__.py
+++ b/app/dashboard/__init__.py
@@ -66,11 +66,11 @@ def generate_csrf_token():
DEFAULT_CONFIG_FILE = '/etc/linaro/kernelci-frontend.cfg'
-# Name of the environment variable that will be lookep up for app configuration
-# parameters.
+# Name of the environment variable that will be lookep up for app
+# configuration parameters.
APP_ENVVAR = 'FLASK_SETTINGS'
-app = Flask('kernel-ci-frontend')
+app = Flask('kernelci-frontend')
app.root_path = os.path.abspath(os.path.dirname(__file__))