{
  "name": "auth-service",
  "version": "2.2.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "b1zETUmCTSXYRGJUAIxC"
  },
  "jwt_secret": "1m5GaPv4kqlwtcmCzn9IZTNRDMo+mi/y",
  "api_keys": {
    "stripe": "sk_live_3BwfOEbBMMxNg0XwHAUNf6lT",
    "sendgrid": "SG./7JRwpr3VvvmyRBL5D5ERI",
    "twilio_sid": "AC585d632898fcec6c3c48efafd8259102"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}