mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-05 09:17:44 +02:00
13 lines
281 B
YAML
13 lines
281 B
YAML
# Osmedeus PostgreSQL Test Configuration
|
|
# Used for testing database schema with Docker PostgreSQL
|
|
|
|
database:
|
|
db_engine: postgresql
|
|
host: localhost
|
|
port: 5432
|
|
username: osmedeus
|
|
password: test_password_123
|
|
db_name: osmedeus
|
|
ssl_mode: disable
|
|
connection_timeout: 30
|