mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 09:09:18 +02:00
temp push
This commit is contained in:
parent
d2a89d5067
commit
17507b0945
4 changed files with 221 additions and 1 deletions
|
@ -2,3 +2,8 @@ API_PORT = 5000
|
|||
API_IP = "127.0.0.1"
|
||||
LASTFM_API_KEY = ""
|
||||
LASTFM_API_SECRET = ""
|
||||
DB_URL = "localhost"
|
||||
DB_PORT = 27017
|
||||
DB_NAME = ""
|
||||
DB_USER = ""
|
||||
DB_PASS = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue