Remove runlocal.sh with exposed API Key

This commit is contained in:
Daniel Grams 2020-09-27 09:57:27 +02:00
parent 6c464d955d
commit 4e674b993e
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ __pycache__/
*$py.class
.env
runlocal.sh
tmp/
# C extensions

View File

@ -17,6 +17,13 @@ OAUTHLIB_RELAX_TOKEN_SCOPE=true
GOOGLE_MAPS_API_KEY=
```
### Install and run
```
pip install -r requirements.txt
flask run --host 0.0.0.0
```
## Development
### Database

View File

@ -1,4 +0,0 @@
export DATABASE_URL="postgresql://daniel@localhost/gsevpt"
export GOOGLE_MAPS_API_KEY="***REMOVED***"
#pip install -r requirements.txt
flask run --host 0.0.0.0