{
  "name": "auth-service",
  "version": "3.5.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1meH3rGQSFxvDIyRz8cP"
  },
  "jwt_secret": "3dBWPWVL8ckfLmKnPMHOFUkZB2Php53N",
  "api_keys": {
    "stripe": "sk_live_XbOaIQNoEtB7Swl61IvunsNb",
    "sendgrid": "SG.Ml60RlXwKYSe4k4GkkAM/t",
    "twilio_sid": "ACb3ee60243116e46f1f93d52b3b5dee67"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}