diff options
Diffstat (limited to 'images/paste/pb')
-rw-r--r-- | images/paste/pb/config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/images/paste/pb/config.yaml b/images/paste/pb/config.yaml new file mode 100644 index 0000000..ebf8837 --- /dev/null +++ b/images/paste/pb/config.yaml @@ -0,0 +1,7 @@ +DEBUG: false + +MONGO: + host: localhost + port: 27017 + +MONGO_DATABASE: pb |