Add warning about config edition

This commit is contained in:
Josué Tille 2024-08-31 11:28:05 +02:00
parent 8f16c2abad
commit dd04826811
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# WARNING: Don't edit this file. All change will be removed after each app upgrade
import os
daemon = True

View file

@ -1,3 +1,5 @@
# WARNING: Don't edit this file. All change will be removed after each app upgrade
[DATABASE]
type = mysql
host = 127.0.0.1

View file

@ -1,3 +1,5 @@
# WARNING: Don't edit this file. All change will be removed after each app upgrade
[fileserver]
port = __PORT_FILESERVER__

View file

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
# WARNING: Don't edit this file. All change will be removed after each app upgrade
SECRET_KEY = "{{ seahub_secret_key }}"
DATABASES = {