We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29495ff commit 17cda76Copy full SHA for 17cda76
.env.sample
@@ -0,0 +1,7 @@
1
+# connection strings for development and testing
2
+# often of the form
3
+# protocol+driver://user:password@host:port/db_name
4
+# such as
5
+# postgresql+psycopg2://postgres:postgres@localhost:5432/retro_video_store_development
6
+SQLALCHEMY_DATABASE_URI=development_connection_string
7
+SQLALCHEMY_TEST_DATABASE_URI=test_connection_string
0 commit comments