{
  "name": "auth-service",
  "version": "2.7.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vkBhl9uZgzEQYqheUX5R"
  },
  "jwt_secret": "BmI0a959Sy+VrETWToC0e9m2u2oWYBFp",
  "api_keys": {
    "stripe": "sk_live_c1JuK9hUSKNbvwBqYJskQaxN",
    "sendgrid": "SG.U+w2hnlP8Jgih5LXbLF3kr",
    "twilio_sid": "ACfcf026e52523faf488f0c14f3dfb7a40"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}