{
  "name": "auth-service",
  "version": "3.7.23",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "180qZsouGJO0Ng5ukZSe"
  },
  "jwt_secret": "PHQeDGuRt7oh/XOJtA4Id0bfA0ZLNIkh",
  "api_keys": {
    "stripe": "sk_live_SfcsbDmRahrIMQDItD00WAem",
    "sendgrid": "SG.hbDTbohVfAipi8Pc6VF3yT",
    "twilio_sid": "ACa2bcb90a5ebc26fd9cb582b0519915ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}