{
  "name": "auth-service",
  "version": "2.0.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JW5r6thO91hXqIf6FeK3"
  },
  "jwt_secret": "XyjQSvtNT/cfUfrhgGFp+AQO6Tgx6KQQ",
  "api_keys": {
    "stripe": "sk_live_dzy4U4AeoSowAIrB6MpAQUzD",
    "sendgrid": "SG.9N8B3wXqzeR+iIPyZkzhOv",
    "twilio_sid": "ACf4a782429a9696df869282925e84cbcf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}