{
  "name": "auth-service",
  "version": "3.4.5",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "br1YeMuI7V3mHjHfSuJH"
  },
  "jwt_secret": "rP56vSidRqCRzJe4q4UsHxMaUVruDOQM",
  "api_keys": {
    "stripe": "sk_live_3n3vLu0dLqRWbRa7s0PjDrKZ",
    "sendgrid": "SG.b/1f/eJSJ4XCrNpqdvE89j",
    "twilio_sid": "AC976628475ccbf2e70b178b1705399f4c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}