Updated for local

This commit is contained in:
2025-11-04 19:34:46 -05:00
parent 8d139063a8
commit 034beee614
6 changed files with 82 additions and 112 deletions

View File

@@ -4,6 +4,7 @@ class ApplicationConfig:
"""
Basic Configuration for a generic User
"""
print("USING LOCAL APPLICATION CONFIG")
CURRENT_SETTINGS = 'LOCAL'
# databases info
POSTGRES_USERNAME = 'postgres'
@@ -27,12 +28,12 @@ class ApplicationConfig:
"http://192.168.1.204:9612",
"http://192.168.1.204:9616",
"http://192.168.1.204:9611",
"http://192.168.1.204:9511",
"http://192.168.1.204:9511",
]
# Authorize.net credentials
API_LOGIN_ID = 'bizdev05'
TRANSACTION_KEY = '4kJd237rZu59qAZd'
API_LOGIN_ID = '4d2Mn6H23R'
TRANSACTION_KEY = '7B94d8xfTQXv37WS'
# Payment processing flags
penny_test_transaction = False # Run penny test in development