diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-26 15:41:26 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-26 15:41:26 +0700 |
commit | 73ce3f687fc3699a246d6daa4a44c698c0e788dc (patch) | |
tree | f597d393423e61bacdb753a63b22dff7e76d984a /acanban | |
parent | bfd59f83b7af16541e8b70c1321470c65131ae29 (diff) | |
download | dotfiles-73ce3f687fc3699a246d6daa4a44c698c0e788dc.tar.gz |
Update 2020-12-26
Diffstat (limited to 'acanban')
-rw-r--r-- | acanban/.config/acanban/hypercorn.toml | 2 | ||||
-rw-r--r-- | acanban/.config/acanban/rethinkdb.toml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/acanban/.config/acanban/hypercorn.toml b/acanban/.config/acanban/hypercorn.toml new file mode 100644 index 0000000..1e2aedc --- /dev/null +++ b/acanban/.config/acanban/hypercorn.toml @@ -0,0 +1,2 @@ +graceful_timeout = 0 +use_reloader = true diff --git a/acanban/.config/acanban/rethinkdb.toml b/acanban/.config/acanban/rethinkdb.toml new file mode 100644 index 0000000..9b9cded --- /dev/null +++ b/acanban/.config/acanban/rethinkdb.toml @@ -0,0 +1 @@ +db = 'test' |