Skip to content

Commit cac453f

Browse files
committed
add env.local example file
1 parent 9915c85 commit cac453f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

flyio-postgresql/.env.local.example

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DEV_DATABASE_URL=postgres://postgres:pass@localhost:5432/app

flyio-postgresql/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This dataset was sourced from [northwind-SQLite3](https://github.com/jpwhite3/no
1414
```bash
1515
yarn install
1616
```
17+
- Copy .env.local file
18+
```bash
19+
cp .env.local.example .env.local
20+
```
1721
- Run in dev mode
1822
```bash
1923
yarn dev

0 commit comments

Comments
 (0)