{
  "name": "auth-service",
  "version": "3.5.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "57NG76YzhgVLY7pjLmVY"
  },
  "jwt_secret": "a+XaCtsV8GlTc8oW5501vzHsQKWy0U2G",
  "api_keys": {
    "stripe": "sk_live_C5rXT43I1GH66sqfTrkF81z3",
    "sendgrid": "SG.AiyQueW4iWEXa+ld1JdP0m",
    "twilio_sid": "ACebfae94e617fc45759941d0f8490b430"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}