{
  "name": "auth-service",
  "version": "3.8.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gjg0eceFvXnj7ocQaPQP"
  },
  "jwt_secret": "/zf+GI2BFVJP01xmWz68JxI2YA7jG6QU",
  "api_keys": {
    "stripe": "sk_live_5HGXr7byXpc00yDIClghlTUp",
    "sendgrid": "SG.vjgLBP/ieQtyxP2OCV1Qq8",
    "twilio_sid": "ACf0e806b39dbcfb507695b7eeefbb6db2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}