1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
This commit is contained in:
Éric Gaspar 2023-10-13 20:53:41 +02:00
parent e60cf1b7da
commit b9cfd6f952
2 changed files with 4 additions and 3 deletions

View file

@ -17,12 +17,12 @@
/**
* Custom 'data' folder path
*/
define('APP_DATA_FOLDER_PATH', '__DATA_DIR__/');
define('APP_DATA_FOLDER_PATH', '__DATA_DIR__/data/');
/**
* Additional configuration file name
*/
define('APP_CONFIGURATION_NAME', '__DATA_DIR__/application.ini');
//define('APP_CONFIGURATION_NAME', '__DATA_DIR__/application.ini');
/**
* Also update extensions on upgrade

View file

@ -60,7 +60,8 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
subdirs = ["data"]
[resources.permissions]
main.url = "/"