]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.inc.default.php
finally fix phpunit and travis?
[github/wallabag/wallabag.git] / app / config / config.inc.default.php
index f77ef56606d806724619c1fcaa6f37cbb6b52c6a..bbce4eabb0771922c3517b040a52df3bd1e02f54 100755 (executable)
@@ -13,7 +13,7 @@
 
 @define ('STORAGE', 'sqlite'); # postgres, mysql or sqlite
 
-@define ('STORAGE_SQLITE', ROOT . '/app/db/poche.sqlite'); # if you are using sqlite, where the database file is located
+@define ('STORAGE_SQLITE', ROOT . '/data/db/poche.sqlite'); # if you are using sqlite, where me database file is located
 
 # only for postgres & mysql
 @define ('STORAGE_SERVER', 'localhost');
 @define ('SHOW_PRINTLINK', '1');
 // display or not percent of read in article view. Affects only default theme.
 @define ('SHOW_READPERCENT', '1');
-@define ('ABS_PATH', ROOT . '/app/assets/');
+@define ('ABS_PATH', ROOT . '/data/assets/');
 
 @define ('DEFAULT_THEME', 'baggy');
 
-@define ('THEME', ROOT . '/themes');
+@define ('THEME', ROOT . '/src/Wallabag/Wallabag/Resources/views');
 @define ('LOCALE', ROOT . '/src/Wallabag/Wallabag/Resources/translations');
 @define ('CACHE', ROOT . '/app/cache');