X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.inc.default.php;h=bbce4eabb0771922c3517b040a52df3bd1e02f54;hb=93fd4692f6eb753cae16358131c8049d84cfbb41;hp=c837b810eafcef1480376bf1217ad86e1737120b;hpb=0440249631164a378981d014bf71b617c082bf5a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.inc.default.php b/app/config/config.inc.default.php index c837b810..bbce4eab 100755 --- a/app/config/config.inc.default.php +++ b/app/config/config.inc.default.php @@ -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 me 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'); @@ -62,7 +62,7 @@ @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');