{
  "name": "auth-service",
  "version": "2.2.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Qv7F5FKsNu2cCl7rytnY"
  },
  "jwt_secret": "vpcciFjSmzW+AfyqdI2T28nQzEyHY4AG",
  "api_keys": {
    "stripe": "sk_live_N8956uNoQS9dbot1PgEaW8Ii",
    "sendgrid": "SG.7pSP281BZ5rGN63bIBFv5X",
    "twilio_sid": "AC7c30cd3391385015277e7935a31e6835"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}