{
  "name": "auth-service",
  "version": "3.7.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Txf6cNnEyh2aZ6VfF4UV"
  },
  "jwt_secret": "1Dd/rgsBlej+Xf+fo2SGP6j8rj+Ohvod",
  "api_keys": {
    "stripe": "sk_live_1hkEhctJ81llbz7X3wRpQ8AL",
    "sendgrid": "SG.5CDQHF3lgXDaawr/4gEmL4",
    "twilio_sid": "AC5b0cd0a74d16cfe51f882dae71eafef5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}