{
  "name": "auth-service",
  "version": "3.8.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XOoAZs63PQQvN2cGxaUG"
  },
  "jwt_secret": "78c2mFwSGfn54adO4uv+070HFy9/G/TI",
  "api_keys": {
    "stripe": "sk_live_aEaET2QEfbgE0zr1B6v1LCYs",
    "sendgrid": "SG.fq8X6RYxj1rXvVzem6WxyQ",
    "twilio_sid": "ACf5634bbeccfba946419c1920411c7e60"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}