{
  "name": "auth-service",
  "version": "1.1.3",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "l6kOmLJWp7egFQx8xQfL"
  },
  "jwt_secret": "pSjsVfDB+IejnZc/bAh/e+dRtte560U9",
  "api_keys": {
    "stripe": "sk_live_yzLJyh6qZttgRqj3SZa6U3xs",
    "sendgrid": "SG.Y/IKBjNmalzSpKzn6tntjA",
    "twilio_sid": "AC8df2a97aa12b7b8b747db67237018594"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}