{
  "name": "auth-service",
  "version": "3.7.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LoH8fiArceRlJN3rxDrj"
  },
  "jwt_secret": "wHHeiLJxECWYT9kCoPACuYLy6lJNORz3",
  "api_keys": {
    "stripe": "sk_live_MRJKnVOeiuk1KNfxXHmUfwtj",
    "sendgrid": "SG.WmChJfATaK64/SN+zOzIVv",
    "twilio_sid": "ACb959a3ccd3cbc4e5287899e08daced23"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}