mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
cleaning
This commit is contained in:
parent
d909dc3f4f
commit
33810d37f0
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* Custom 'data' folder path
|
||||
*/
|
||||
define('APP_DATA_FOLDER_PATH', '__DATA_DIR__');
|
||||
define('APP_DATA_FOLDER_PATH', '__DATA_DIR__/data/');
|
||||
|
||||
/**
|
||||
* Additional configuration file name
|
||||
|
|
|
@ -44,7 +44,7 @@ ram.runtime = "50M"
|
|||
type = "select"
|
||||
choices = ["fr", "en"]
|
||||
default = "fr"
|
||||
|
||||
|
||||
[resources]
|
||||
|
||||
[resources.sources]
|
||||
|
@ -60,6 +60,7 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs = ["data"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue