aboutsummaryrefslogtreecommitdiff
path: root/dev.toml
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
commitde095d377859887352c7380e52ea89bcabf662a0 (patch)
tree6cee6eb17c1977b85e01078e926499b33854047d /dev.toml
downloadbyspel-de095d377859887352c7380e52ea89bcabf662a0.tar.gz
byspel-de095d377859887352c7380e52ea89bcabf662a0.tar.bz2
byspel-de095d377859887352c7380e52ea89bcabf662a0.zip
Initial commit
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