{
  "name": "auth-service",
  "version": "1.1.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iN7LU0uDEZYgwqXGttiC"
  },
  "jwt_secret": "wdiEC0EULxdm4HmvdH7As9Y1cuz6Ri7e",
  "api_keys": {
    "stripe": "sk_live_LCKFwqXaCcY4kfLwyefa1IWH",
    "sendgrid": "SG.3cD2zZ6DJ5k4zpGKWKeXuk",
    "twilio_sid": "AC5d7c32cfe0e8bd8413127df3c9328f53"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}