diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2018-12-12 10:38:04 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2018-12-12 10:38:04 +0100 |
commit | cb5cca2c06ee9606aa4011acf3e6cfd41e9cee08 (patch) | |
tree | 8a7cd204e60084baa377b34700c8960446687afa /monfront.conf.example | |
parent | af843d76e1aff287af3d07dd5890f814991e662a (diff) |
monfront - add example config
Diffstat (limited to 'monfront.conf.example')
-rw-r--r-- | monfront.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/monfront.conf.example b/monfront.conf.example new file mode 100644 index 0000000..6a79e13 --- /dev/null +++ b/monfront.conf.example @@ -0,0 +1,4 @@ +{ + "db": "dbname=monzero", + "listen": ":9292" +} |