# Success test configuration 2
app:
  name: "TestApp"
  version: "1.0.0"
  environment: "test"

database:
  host: "localhost"
  port: 5432
  name: "testdb"

api:
  baseUrl: "https://api.test.com"
  timeout: 30000
