Skip to content

Commit 3120cd2

Browse files
committed
add: config
1 parent d0bf287 commit 3120cd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
config = {
2+
'db_path': 'your_path',
3+
'port': 5555
4+
}
5+
6+
7+
def get_config():
8+
return config

0 commit comments

Comments
 (0)