{
  "name": "auth-service",
  "version": "3.2.28",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zWGiWiNPrMLl3LAxDaRI"
  },
  "jwt_secret": "7OCapbDbQI6zbDsvVL5oemi9SRwvpIX2",
  "api_keys": {
    "stripe": "sk_live_pZFLUwh5gi63ynAwz7aaHlRP",
    "sendgrid": "SG.BZyRhEmSXDd1lAywpeTc8M",
    "twilio_sid": "AC00a67c0019bd4b9e740cd90237f2a41f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}