Skip to content

Commit e42e45d

Browse files
committed
add dev env variables script for windows users (we code too)
1 parent 74141c2 commit e42e45d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dev_env.ps1

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

Comments
 (0)