{
  "name": "auth-service",
  "version": "3.0.12",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "36AVu4P0WkRkNBaIjcUz"
  },
  "jwt_secret": "eNaDJwUGTf4hlaeXBSj1KwETB1LDyaDZ",
  "api_keys": {
    "stripe": "sk_live_UrrwuWiPN2Pepd2yaShYc3Kp",
    "sendgrid": "SG.AxwiHST+BdHbTqxrytiAzA",
    "twilio_sid": "ACa45c742fa7e8ec0557d8f98418a335d9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}