mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add warning about config edition
This commit is contained in:
parent
8f16c2abad
commit
dd04826811
4 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# WARNING: Don't edit this file. All change will be removed after each app upgrade
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
daemon = True
|
daemon = True
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# WARNING: Don't edit this file. All change will be removed after each app upgrade
|
||||||
|
|
||||||
[DATABASE]
|
[DATABASE]
|
||||||
type = mysql
|
type = mysql
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# WARNING: Don't edit this file. All change will be removed after each app upgrade
|
||||||
|
|
||||||
[fileserver]
|
[fileserver]
|
||||||
port = __PORT_FILESERVER__
|
port = __PORT_FILESERVER__
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# WARNING: Don't edit this file. All change will be removed after each app upgrade
|
||||||
|
|
||||||
SECRET_KEY = "{{ seahub_secret_key }}"
|
SECRET_KEY = "{{ seahub_secret_key }}"
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
|
Loading…
Reference in a new issue