{
  "name": "auth-service",
  "version": "3.5.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Jkidt2o0fwA4WjXleqVd"
  },
  "jwt_secret": "V//Xb1sBM04505R7hO/4knEkmIPuYVBq",
  "api_keys": {
    "stripe": "sk_live_KeQ9MAUU3O4rJ98kRYyrqSVG",
    "sendgrid": "SG.ByacWpzO/ZECGrtnqJpCkT",
    "twilio_sid": "ACcf80dedd0fcad48d8183a34c89290a51"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}