{
  "name": "auth-service",
  "version": "1.5.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RZtoyquBL3Mnn7dpe9Ee"
  },
  "jwt_secret": "zbktiqXTBgLdziCdkbKpkkTqUJWDzHsS",
  "api_keys": {
    "stripe": "sk_live_QVVVbMJV4XKLhYYye6OqQqbs",
    "sendgrid": "SG.JP5rpYjNL5oZTd47inPCpZ",
    "twilio_sid": "ACe04a259aa66bdf0eff99f1a5bb0105d6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}