diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/config/config.inc.default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php index f77ef566..c837b810 100755 --- a/app/config/config.inc.default.php +++ b/app/config/config.inc.default.php | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | @define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite | 14 | @define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite |
15 | 15 | ||
16 | @define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where the database file is located | 16 | @define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where me database file is located |
17 | 17 | ||
18 | # only for postgres & mysql | 18 | # only for postgres & mysql |
19 | @define ('STORAGE_SERVER', 'localhost'); | 19 | @define ('STORAGE_SERVER', 'localhost'); |
@@ -66,7 +66,7 @@ | |||
66 | 66 | ||
67 | @define ('DEFAULT_THEME', 'baggy'); | 67 | @define ('DEFAULT_THEME', 'baggy'); |
68 | 68 | ||
69 | @define ('THEME', ROOT . '/themes'); | 69 | @define ('THEME', ROOT . '/src/Wallabag/Wallabag/Resources/views'); |
70 | @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); | 70 | @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations'); |
71 | @define ('CACHE', ROOT . '/app/cache'); | 71 | @define ('CACHE', ROOT . '/app/cache'); |
72 | 72 | ||