Skip to content

Commit 00d1c42

Browse files
committed
Changed example connection string.
1 parent 61be0f0 commit 00d1c42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ After installing Evolutility-Server-Node, follow these steps:
5353
|------------|--------------------|--------------------|
5454
| apiPath | Path to REST API (can use "proxy" from package.json). | "/api/v1/" |
5555
| apiPort | Port for the REST API. | 2000 |
56-
| connectionString | Database connection string. | "postgres://evol:love@localhost:5432/Evolutility" |
56+
| connectionString | Database connection string. | "postgres://evol:love@localhost:5434/evolutility" |
5757
| schema | Database schema. | "evolutility" |
5858
| uploadPath | Path to uploaded files. | "../evolutility-ui-react/public/pix/" |
5959
| apiInfo | Enable API discovery (on root and per model). | true |

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
// - DB connection
1111
connectionString:
1212
process.env.DATABASE_URL ||
13-
"postgres://evol:love@localhost:5432/Evolutility",
13+
"postgres://evol:love@localhost:5434/evolutility",
1414
schema: "evolutility",
1515

1616
// - API discovery

0 commit comments

Comments
 (0)