We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74141c2 commit e42e45dCopy full SHA for e42e45d
1 file changed
dev_env.ps1
@@ -0,0 +1,5 @@
1
+$env:FLASK_ENV='development'
2
+$env:MONGO_URI='mongodb://root:example@localhost:27017/'
3
+$env:SENDGRID_API_KEY='192b9bdd22ab9ed4d12e236c78afcb9a393ec15f71bbf5dc987d54727823bcbf'
4
+$env:SECRET_KEY='192b9bdd22ab9ed4d12e236c78afcb9a393ec15f71bbf5dc987d54727823bcbf'
5
+$env:SERVER_PORT='8080'
0 commit comments