{
  "name": "auth-service",
  "version": "2.0.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7h3zlxy7LiRGJjPmAjdm"
  },
  "jwt_secret": "dkonfkJyW+FVJf796Ze0YLgdgYaAGjwk",
  "api_keys": {
    "stripe": "sk_live_KoTv34BdOp4k7INC2esDfFgI",
    "sendgrid": "SG.31zd7JpGKlsDfE5bGDiUcd",
    "twilio_sid": "AC1d51aebc79b08d0904dab927312573ab"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}