summarylogtreecommitdiffstats
path: root/automua.conf
diff options
context:
space:
mode:
authorHLFH2022-10-28 13:17:47 +0100
committerHLFH2022-10-28 13:17:47 +0100
commit2a6b11020944be42c9327751bc221eed71866885 (patch)
tree0e7b34e5727a604f2be2231154808fd620d22f86 /automua.conf
downloadaur-2a6b11020944be42c9327751bc221eed71866885.tar.gz
automua initial release
Diffstat (limited to 'automua.conf')
-rw-r--r--automua.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/automua.conf b/automua.conf
new file mode 100644
index 000000000000..ba8599ef7dbc
--- /dev/null
+++ b/automua.conf
@@ -0,0 +1,20 @@
+[automua]
+# A typical production setup would use loglevel WARNING.
+loglevel = DEBUG
+# Echo SQL commands into log? Used for debugging.
+db_echo = no
+# In-memory SQLite database
+#db_uri = sqlite:///:memory:
+
+# SQLite database in a UNIX-like file system
+#db_uri = sqlite:////var/lib/automua/db.sqlite
+
+# MySQL database on a remote server. This example does not use an encrypted
+# connection and is therefore *not* recommended for production use.
+db_uri = mysql://automua:REPLACEPASSWORD@localhost/automua
+
+# Number of proxy servers between automua and the client (default: 0).
+# If your logs only show 127.0.0.1 or ::1 as the source IP for incoming
+# connections, proxy_count probably needs to be changed.
+proxy_count = 1
+