{
  "name": "auth-service",
  "version": "2.8.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "N7Pd1lTdt2DXeC875sWw"
  },
  "jwt_secret": "0cGA6sb+MIvE6Pee3aZOTJUQ31FF1Jug",
  "api_keys": {
    "stripe": "sk_live_dd2aZEQmObxQ5VgTGNLzWgDH",
    "sendgrid": "SG.VmfLquXMiUm5/s6Aq/+p/L",
    "twilio_sid": "AC36769d762382c6ce00869999e9cafce4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}