{
  "name": "auth-service",
  "version": "3.1.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uLK9xWuDhQenmHn0SJ5Q"
  },
  "jwt_secret": "7D7+75Dv+lg1onU5R5S7i5bpmFeEk3D5",
  "api_keys": {
    "stripe": "sk_live_byj7WkxeEtGARwGNgsEjCdeq",
    "sendgrid": "SG.8C6w4tM0Hr/gOc08VO5qxs",
    "twilio_sid": "AC5eb49986fc97a53e2b04615fbfafe7d4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}