mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 09:09:18 +02:00
temp push
This commit is contained in:
parent
d2a89d5067
commit
17507b0945
4 changed files with 221 additions and 1 deletions
10
README.md
10
README.md
|
@ -27,12 +27,22 @@ If you want to run the API in a production environment, you will need to set the
|
|||
- API_IP
|
||||
- LASTFM_API_KEY
|
||||
- LASTFM_API_SECRET
|
||||
- DB_URL
|
||||
- DB_PORT
|
||||
- DB_NAME
|
||||
- DB_USER
|
||||
- DB_PASS
|
||||
|
||||
```bash
|
||||
export API_PORT={port}
|
||||
export API_IP={ip_address}
|
||||
export LASTFM_API_KEY={lastfm_api_key}
|
||||
export LASTFM_API_SECRET={lastfm_api_secret}
|
||||
export DB_URL = "{db_url}"
|
||||
export DB_PORT = {db_port}
|
||||
export DB_NAME = "{db_name}"
|
||||
export DB_USER = "{db_user}"
|
||||
export DB_PASS = "db_password"
|
||||
```
|
||||
|
||||
## Docker Compose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue