{
  "name": "auth-service",
  "version": "3.7.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZGRHhDamlc5ir3E36ZMq"
  },
  "jwt_secret": "GfeO59YB94lQEW4aG9hEd+fSXPym1HV/",
  "api_keys": {
    "stripe": "sk_live_gPcJVkjhwy5GIr6wUr9ndvlE",
    "sendgrid": "SG.oNFlX2hPjnY+g5i1vuwWrl",
    "twilio_sid": "AC55392151070047183686e6f7fdc7e7a9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}