Database module
This commit is contained in:
12
config/INSTRUCTIONS.md
Normal file
12
config/INSTRUCTIONS.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Example for dbconfig.yaml
|
||||
|
||||
```yaml
|
||||
user: "user"
|
||||
password: "password"
|
||||
dbname: "test"
|
||||
sslmode: "disable"
|
||||
hostname: "localhost"
|
||||
```
|
||||
We use Postgres v. 16
|
||||
|
||||
You need to create own yaml file
|
||||
Reference in New Issue
Block a user