{
  "name": "auth-service",
  "version": "3.0.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ENwJjeWwY56r7TVsGAZC"
  },
  "jwt_secret": "o95idjuQYo0HD0+keuUr1ebHhVtIZHiO",
  "api_keys": {
    "stripe": "sk_live_vf2NHDDyz0PO7K1kGfmwxPQA",
    "sendgrid": "SG.DRl0a7P+5QQyPrfxPuG8BR",
    "twilio_sid": "ACc3bfcd8606f9f9578375ace62101fed0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}