aboutsummaryrefslogtreecommitdiff
path: root/dev.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dev.toml')
-rw-r--r--dev.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev.toml b/dev.toml
new file mode 100644
index 0000000..9a7b0c3
--- /dev/null
+++ b/dev.toml
@@ -0,0 +1,7 @@
+[http]
+address = "::"
+port = 8080
+
+[database]
+file = "target/main.db"
+sqitch_base = "." \ No newline at end of file