This commit is contained in:
2
app.py
2
app.py
@@ -9,7 +9,7 @@ app.secret_key = os.getenv("APP_SECRET_KEY", "dev")
|
||||
|
||||
CONTACT = {
|
||||
"name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"),
|
||||
"title": os.getenv("BH_CONTACT_TITLE", "Level II Technical Support, AMA TechTel"),
|
||||
"title": os.getenv("BH_CONTACT_TITLE", "Owner, Benny's House"),
|
||||
"email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"),
|
||||
"phone": os.getenv("BH_CONTACT_PHONE", "Email to request phone number"),
|
||||
"city": os.getenv("BH_CONTACT_CITY", "Greater Amarillo Area"),
|
||||
|
||||
Reference in New Issue
Block a user