{
  "name": "auth-service",
  "version": "2.3.23",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "FYyiP0sjjoGI1ksBdYE9"
  },
  "jwt_secret": "RC2HPPLG/huzvYpAqn4e1nE0l68PIG57",
  "api_keys": {
    "stripe": "sk_live_g7GvSkUJEt4ccrhZigD6icwN",
    "sendgrid": "SG.x3bqbShilkAiVtl69KCl/k",
    "twilio_sid": "AC4bfe7afe7b5642f86fc6ab1848220919"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}