{
  "name": "auth-service",
  "version": "2.9.26",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IENRMEbgfv79ss1aiXK3"
  },
  "jwt_secret": "UsOEw5UyjLaNWP7gsrShSZxnOYsgH6Lf",
  "api_keys": {
    "stripe": "sk_live_YyEPQKi8v2fZ3FzlbQmvfJua",
    "sendgrid": "SG.oSQkaJfQWtHU8R6o1NiA/r",
    "twilio_sid": "ACcdbbcd951d6625588c4212b1dd6bd00a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}