{
  "name": "auth-service",
  "version": "2.0.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KcyIhvXULi4TGi3cCst8"
  },
  "jwt_secret": "5u+mLJWHYouFG/5SUyqzQgBUNecjjyBr",
  "api_keys": {
    "stripe": "sk_live_AT1Dknp2a2ufojJeBONhLQAW",
    "sendgrid": "SG.URfA/NysePZ+bnhEk/ka/v",
    "twilio_sid": "AC52822d575291a81d7de0ed96bdac5143"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}