Mercurial > hg > index.fcgi > www > www-1
comparison pics3/flask_run_dev.sh @ 138:3bc6b79919dc
myrss2: FEEDS: Add Rest Of World; update Quillete; remove old feeds
author | paulo |
---|---|
date | Thu, 23 Mar 2023 07:52:22 +0000 |
parents | 9b57b90aea31 |
children |
comparison
equal
deleted
inserted
replaced
0:bd556a8e9d28 | 1:d6f63eec5774 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 export PIN=testpin | |
3 export GOOGLE_APPLICATION_CREDENTIALS=dev.key.json | 4 export GOOGLE_APPLICATION_CREDENTIALS=dev.key.json |
4 export GCS_BUCKET=dev.pauloang.com | 5 export GCS_BUCKET=dev.pauloang.com |
5 export FLASK_APP=pics_flask_app.py | 6 export FLASK_APP=pics_flask_app.py |
6 export FLASK_ENV=development | 7 export FLASK_ENV=development |
7 | 8 |