Files
elysium/config/INSTRUCTIONS.md
Anton Kamalov e5633c9f12 Database module
2025-01-03 19:28:07 +00:00

12 lines
186 B
Markdown

# 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