{
  "name": "auth-service",
  "version": "1.9.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NPHnNJy3wnZip69fZGaL"
  },
  "jwt_secret": "alLn5BHJYWVPX311k/zvHI1Jw2Qyw0N0",
  "api_keys": {
    "stripe": "sk_live_dycfkFuQZ8p8RHPUyH7AK6gU",
    "sendgrid": "SG.5GMOa7YcdxKL2l4A7dfseF",
    "twilio_sid": "AC7e7377f07f08a60accc043606e8cfe00"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}