From dda27ccfae4fce603fa6b727620086613a326ee5 Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Thu, 22 Mar 2018 02:41:38 +0100 Subject: [PATCH] Add default config --- config.example.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.example.ini diff --git a/config.example.ini b/config.example.ini new file mode 100644 index 0000000..7cff7db --- /dev/null +++ b/config.example.ini @@ -0,0 +1,11 @@ +[DEFAULT] +db_uri = sqlite:///database.db +wallabag_host = https://wallabag.myserver.org +client_id = 1_3o53gl30vhgk0c8ks4cocww08o84448osgo40wgw4gwkoo8skc +client_secret = 636ocbqo978ckw0gsw4gcwwocg8044sco0w8w84cws48ggogs4 +domain = https://consumer.myserver.org +smtp_from = wallabag@myserver.org +smtp_host = myserver.org +smtp_port = 587 +smtp_user = mail_user +smtp_passwd = mail_pass \ No newline at end of file