From: Nicolas Boisselier Date: Fri, 2 Sep 2016 16:26:49 +0000 (+0100) Subject: ownlcoud.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=aa04a861427ad87e57596f962b52a91d8ea98140;p=nb.git ownlcoud.php --- diff --git a/etc/dbs/owncloud.php b/etc/dbs/owncloud.php new file mode 100644 index 00000000..d36d8f85 --- /dev/null +++ b/etc/dbs/owncloud.php @@ -0,0 +1,7 @@ + '/home/owncloud/data/owncloud.db', + 'type' => 'sqlite', + 'default_table' => 'oc_users', +]; +?>