Skip to content

Commit 0a5592d

Browse files
committed
fix: TWILIO_NUMBER is kil
1 parent 5c05418 commit 0a5592d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

config.env.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
SQLALCHEMY_DATABASE_URI = os.environ.get(
3333
"DATABASE_URI",
34-
"postgresql://selfservice:supersecretpassword@localhost:5433/selfservice"
34+
"postgresql://selfservice:supersecretpassword@localhost:5433/selfservice",
3535
)
3636
SQLALCHEMY_TRACK_MODIFICATIONS = False
3737

@@ -44,5 +44,4 @@
4444

4545
TWILIO_SID = os.environ.get("TWILIO_SID", "")
4646
TWILIO_TOKEN = os.environ.get("TWILIO_TOKEN", "")
47-
TWILIO_NUMBER = os.environ.get("TWILIO_NUMBER", "")
4847
TWILIO_SERVICE_SID = os.environ.get("TWILIO_SERVICE_SID", "")

0 commit comments

Comments
 (0)