{
  "name": "auth-service",
  "version": "3.7.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ggr7Ed7bPrDc5xgyoiiY"
  },
  "jwt_secret": "4Z4O1HerbhbLweUBN4b4ozoVhVJ3q8Qk",
  "api_keys": {
    "stripe": "sk_live_vFS47UIKF815TkeSvcpQ7D6I",
    "sendgrid": "SG.7HZWjRUot3a1PnDko0xoV4",
    "twilio_sid": "ACb561318b403fa0a4f4a31af7e018e0f2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}