Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Add and integrate knex database, remove redundant endpoints module
Browse files Browse the repository at this point in the history
  • Loading branch information
vegeta897 committed Feb 7, 2018
1 parent 60e7215 commit 2973218
Show file tree
Hide file tree
Showing 13 changed files with 1,499 additions and 260 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Create a PostgreSQL database called `audigo`
| `HOST` | `localhost` |
| `PORT` | `3000` for development<br>`8080` for production |
| `PGHOST` | `localhost` |
| `PGUSER` | `USER` env variable |
| `PGDATABASE` | `USER` env variable |
| `PGPASSWORD` | `null` |
| `PGPORT` | `5432` |
| `PGUSER` | `USER` env variable or `postgres` |
| `PGDATABASE` | `USER` env variable or `audigo` |
| `PGPASSWORD` | `null` |

### Reverse Proxy
```
Expand Down
Loading

0 comments on commit 2973218

Please sign in to comment.