Skip to content
Snippets Groups Projects
Commit 9ac7ddd8 authored by erichard's avatar erichard
Browse files

Suppression des lignes de configuration (DEBUG, secret_key, crypt_key) et var admin_list

Cet-à_dire :

app.config['DEBUG'] = True
app.secret_key = b'\x99\xa6}\xb2\xf1|\xfc\xf6T\x98\xc2\x7f\n\xb0\xebn'
app.crypt_key = "EzpjwPyJEpB488BIt6_JFvbJ1Y1nZk4Jlp5DTPifq7s="
admin_list = ["david.chamont@lal.in2p3.fr"]
parent 7e6a9794
No related branches found
No related tags found
2 merge requests!61Packager labelstower,!60WIP: Implement sqlalchemy
......@@ -19,10 +19,6 @@ class CustomFlask(Flask):
app = CustomFlask(__name__)
app.config['DEBUG'] = True
app.secret_key = b'\x99\xa6}\xb2\xf1|\xfc\xf6T\x98\xc2\x7f\n\xb0\xebn'
app.crypt_key = "EzpjwPyJEpB488BIt6_JFvbJ1Y1nZk4Jlp5DTPifq7s="
admin_list = ["david.chamont@lal.in2p3.fr"]
app.register_blueprint(sort, url_prefix='/sort')
text_component = {"project_name": "LabelsTower",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment