mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
fix
This commit is contained in:
parent
e60cf1b7da
commit
b9cfd6f952
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -60,7 +60,8 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
|
||||
subdirs = ["data"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue