Skip to content

Commit 4293830

Browse files
committed
Add missing configuration env variables
1 parent f7cccee commit 4293830

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# PythonPH Jobs
22

3-
## Setup
4-
5-
### PostgreSQL
3+
## Development Setup
64

75
```bash
6+
export DEBUG=True
7+
export SECRET_KEY=secret
88
export POSTGRES_USER=jobs
99
export POSTGRES_PASSWORD=password
10+
```
11+
12+
### PostgreSQL
13+
14+
```bash
1015
createuser -P jobs
1116
# You will be prompted to enter a password
1217
# Enter what you set in POSTGRES_PASSWORD

0 commit comments

Comments
 (0)