{
  "name": "auth-service",
  "version": "1.2.27",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ikkAWwLrwvTcn9mK3wwu"
  },
  "jwt_secret": "FIeHWjWrpdy5MAsVyRAmXTdS5P6j5rYr",
  "api_keys": {
    "stripe": "sk_live_7zoq6cjA5OEpEzhoiFHSHwsZ",
    "sendgrid": "SG.JfAhuq5hoSz1Blvtux+cO5",
    "twilio_sid": "ACae9a846e94211506730243b207f0389d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}