{
  "name": "auth-service",
  "version": "2.1.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pAcOvZsxkCtSuMvQlTNn"
  },
  "jwt_secret": "8pYuFFJWh4/pmKd5f5VKPajVb0p8biOK",
  "api_keys": {
    "stripe": "sk_live_RgAjYEIi4gaSUlp3vFie2UoG",
    "sendgrid": "SG.nCD/9JmfQVIuvG4K/+NDzy",
    "twilio_sid": "ACbf985e9ec490ec10359cbef98b58b13f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}