Updated for local
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user