Skip to content

Commit 93b934d

Browse files
committed
Add config for production
1 parent 98a4731 commit 93b934d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/config-production.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
database:
2+
uri: mongodb://mongo:27017
3+
name: imageboard
4+
collection_boards: boards
5+
collection_threads: threads
6+
collection_posts: posts
7+
server:
8+
host: 0.0.0.0
9+
port: 8080

0 commit comments

Comments
 (0)