{
  "name": "auth-service",
  "version": "2.0.14",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "njTwsLmDgkpXTheYRCOr"
  },
  "jwt_secret": "l7Y71WQrQtnZyzmbni7LTFpjlbYad68K",
  "api_keys": {
    "stripe": "sk_live_E8b8biFnBhfYJulZGKLEzHKj",
    "sendgrid": "SG.CvoA9IJJirgVZlX/BW2aFx",
    "twilio_sid": "ACbf193e33acea03aab5b412779a7ef1a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}