{
  "name": "auth-service",
  "version": "3.3.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eb8YdXhfyevG5sp7oKJy"
  },
  "jwt_secret": "dHTrvFphwusbisgtolF0spnrNuvONZhj",
  "api_keys": {
    "stripe": "sk_live_cg6vQl6eikOx3cfCchnwC6mi",
    "sendgrid": "SG.PJEPHmwar+TAL2rYhZwTIt",
    "twilio_sid": "AC63538c308751b25631134286c61637fd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}