Update db_calls.py

Update database calls to new db URL
This commit is contained in:
Cal Corum 2023-09-07 13:13:42 -05:00
parent b897bf6481
commit a32c618e21

View File

@ -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