{
  "name": "auth-service",
  "version": "3.6.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pcVdiGwntju5ZJoliKaI"
  },
  "jwt_secret": "xBgowP4BOvg81qMdLYphL6agzOZaeK/W",
  "api_keys": {
    "stripe": "sk_live_hIYkvDgNs8l2gJRe9Pn7i8ee",
    "sendgrid": "SG.s75O3NzQZzLDoZMIOKYEQA",
    "twilio_sid": "ACace2a1d26f1f935eb50557aaf1f8118e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}