{
  "name": "auth-service",
  "version": "2.4.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FFZ0zQIEGOrOYOhKahIe"
  },
  "jwt_secret": "49DdwVE9Q3GQfgY+UmEi9iGlEY41FZuJ",
  "api_keys": {
    "stripe": "sk_live_Q9MTolvrYhdCOs1N1CP50TgS",
    "sendgrid": "SG.xk14FcTtfIZRW5ci8Qxf0K",
    "twilio_sid": "ACa273aca5436b4487fe119688cabc8d1c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}