Browse Source

Edit details for database

Petra Lamborn 5 years ago
parent
commit
dc2d2ded7e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

@@ -8,13 +8,13 @@ This repository does not contain with it downloaded data (for confidentiality an
8 8
 
9 9
 ```ini
10 10
 [postgresql]
11
-host=<Hname>
12
-database=<dbname>
11
+host=<Hostname>
12
+database=<Database>
13 13
 user=<Username>
14 14
 password=<Password>
15 15
 ```
16 16
 
17
-This file is based on an example from [the postgresSQL website](http://www.postgresqltutorial.com/postgresql-python/connect/). Replace `<Username>` and `<Password>` with valid credentials.
17
+This file is based on an example from [the postgresSQL website](http://www.postgresqltutorial.com/postgresql-python/connect/). Replace `<Hostname>`, `<Database>`, `<Username>` and `<Password>` with valid credentials.
18 18
 
19 19
 ## SQL
20 20