Files
osmedeus/build/docker/osm-settings.postgres-test.yaml
T

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