mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Remove runlocal.sh with exposed API Key
This commit is contained in:
parent
6c464d955d
commit
4e674b993e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ __pycache__/
|
||||
*$py.class
|
||||
|
||||
.env
|
||||
runlocal.sh
|
||||
tmp/
|
||||
|
||||
# C extensions
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user