mirror of
https://github.com/LeRoid-hub/Bookholder-API.git
synced 2025-01-30 18:24:56 +00:00
UPDATED README.me
This commit is contained in:
parent
16f96e81e0
commit
1ea58a873b
19
README.md
19
README.md
@ -1 +1,18 @@
|
||||
# Bookholder-API
|
||||
# Bookholder-API
|
||||
|
||||
## Setup
|
||||
For this project a PostgreSQL database is required.
|
||||
|
||||
### Enviroment Vars
|
||||
```
|
||||
DB_USER = user
|
||||
DB_PASSWORRD = password
|
||||
DB_HOST = my.host
|
||||
DB_PORT = 5432
|
||||
DB_NAME = databasename # Optinal; bookholder is the default
|
||||
SECRET = your32charactersecret
|
||||
PORT = 8080 # Optional; 8080 is the default port
|
||||
```
|
||||
### Example
|
||||
|
||||
Examples are found in the examples folder.
|
Loading…
Reference in New Issue
Block a user