{
  "name": "auth-service",
  "version": "1.5.28",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5mdU4iInl27K7UJjjpHW"
  },
  "jwt_secret": "fZ7OqIqVOVjaRscjC/n0v6Nar9/+37Ev",
  "api_keys": {
    "stripe": "sk_live_QM7OmMrypQYa6sBxZztkgf5h",
    "sendgrid": "SG.KT+YiI4S5bLnz+ypMtLMuW",
    "twilio_sid": "ACa51baf3b4094c933d116f24b2360515c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}