From cad01cb1f8e32cf7725505af06d6ffcc6c612045 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 1 Jan 2020 15:18:04 +0000 Subject: Add command line flag to specify config file --- bloat.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bloat.conf (limited to 'bloat.conf') diff --git a/bloat.conf b/bloat.conf new file mode 100644 index 0000000..81ed26a --- /dev/null +++ b/bloat.conf @@ -0,0 +1,9 @@ +listen_address=:8080 +client_name=web +client_scope=read write follow +client_website=http://localhost:8080 +static_directory=static +templates_glob_pattern=templates/* +#custom_css=custom.css +#post_formats=PlainText:text/plain,HTML:text/html,Markdown:text/markdown,BBCode:text/bbcode +database_path=database -- cgit v1.2.3