Update db_calls.py
Update database calls to new db URL
This commit is contained in:
parent
b897bf6481
commit
a32c618e21
@ -4,7 +4,7 @@ import json
|
||||
import os
|
||||
|
||||
AUTH_TOKEN = {'Authorization': f'Bearer {os.environ.get("API_TOKEN")}'}
|
||||
DB_URL = 'http://pd-database/api'
|
||||
DB_URL = 'https://pd.manticorum.com/api'
|
||||
master_debug = True
|
||||
alt_database = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user