Skip to content

Commit 7bbf91f

Browse files
committed
220304B
1 parent 7051d4a commit 7bbf91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiflaskdemo/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
ENV = "development"
88
SECURITY_PASSWORD_SALT = 'ultra-secreto'
99
SECRET_KEY = "eaee87a94dc51d5412e4ed53a585cec2c92256f305ca8b41348c159adf4f045c"
10-
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.alumnos.sql'
10+
SQLALCHEMY_DATABASE_URI = 'sqlite://'
1111
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 commit comments

Comments
 (0)