Skip to content

Commit 17cda76

Browse files
committed
adds sample .env file
1 parent 29495ff commit 17cda76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.sample

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)