{
  "name": "auth-service",
  "version": "1.1.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "06cEfJCoTQZiHdmdZ63x"
  },
  "jwt_secret": "SvtKQdpfmcrBidk7S24uVVoKyFEsr6rQ",
  "api_keys": {
    "stripe": "sk_live_wiuq4dlCSqednJoV9m09gTGa",
    "sendgrid": "SG.0QZBfVMaa7m8HZYaUhkh7B",
    "twilio_sid": "ACde99b0ff9932979afc6f1a56b6778b0a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}