{
  "name": "auth-service",
  "version": "2.8.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "c4Kr3Wr8AJnNGJeeZgb6"
  },
  "jwt_secret": "hB1EYeBDRrqfeEPOH25u7+GVGT1nQ+po",
  "api_keys": {
    "stripe": "sk_live_tG9VwIU8RjF6YaFTVIyTCMSV",
    "sendgrid": "SG.+hp4OAnN8X0DGuvtFK2p6q",
    "twilio_sid": "AC769cc435bb6f34fe658c110c6beae64a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}