We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c05418 commit 0a5592dCopy full SHA for 0a5592d
1 file changed
config.env.py
@@ -31,7 +31,7 @@
31
32
SQLALCHEMY_DATABASE_URI = os.environ.get(
33
"DATABASE_URI",
34
- "postgresql://selfservice:supersecretpassword@localhost:5433/selfservice"
+ "postgresql://selfservice:supersecretpassword@localhost:5433/selfservice",
35
)
36
SQLALCHEMY_TRACK_MODIFICATIONS = False
37
@@ -44,5 +44,4 @@
44
45
TWILIO_SID = os.environ.get("TWILIO_SID", "")
46
TWILIO_TOKEN = os.environ.get("TWILIO_TOKEN", "")
47
-TWILIO_NUMBER = os.environ.get("TWILIO_NUMBER", "")
48
TWILIO_SERVICE_SID = os.environ.get("TWILIO_SERVICE_SID", "")
0 commit comments