This commit is contained in:
8
.env
Normal file
8
.env
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
app_id=wx6b8a4d373d1b272c
|
||||||
|
app_secret=fe3420791a7cfc96f8f22ffecaa6028c
|
||||||
|
db_host=pg.pinf.top
|
||||||
|
db_port=5432
|
||||||
|
db_name=pinf
|
||||||
|
db_user=pinf
|
||||||
|
db_pw=pinf
|
||||||
|
sync_interval_hours=48
|
||||||
8
.env_example
Normal file
8
.env_example
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
app_id=wx6b8a4d373d1b272c
|
||||||
|
app_secret=fe3420791a7cfc96f8f22ffecaa6028c
|
||||||
|
db_host=pg.pinf.top
|
||||||
|
db_port=5432
|
||||||
|
db_name=pinf
|
||||||
|
db_user=pinf
|
||||||
|
db_pw=pinf
|
||||||
|
sync_interval_hours=48
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.env
|
|
||||||
.env_example
|
|
||||||
api_docs/
|
api_docs/
|
||||||
|
|||||||
Reference in New Issue
Block a user