{
  "name": "auth-service",
  "version": "1.0.15",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "LsPdeqDDTZLdguCC5ZTC"
  },
  "jwt_secret": "BctDri4Ihw8pgoH0kJ3HEoA37/4eFPHh",
  "api_keys": {
    "stripe": "sk_live_6eIfMbvrlpcDy0qDe7ZpKT2N",
    "sendgrid": "SG.QHKvUqO+KCxEga3y8863/X",
    "twilio_sid": "ACdc7cf67eb9458cbaa0bbbdb91a0c1fe1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}