{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WUCV5fMbTNdrhXUgCane"
  },
  "jwt_secret": "EIL1EGAJAIiaFIPL7msQWTPDn41qeVzl",
  "api_keys": {
    "stripe": "sk_live_v2zNylWMHvkqew326CWAJE4a",
    "sendgrid": "SG.Pmhoeb3RqxnVj5KgMo4hAC",
    "twilio_sid": "ACccf9cc94026dac60812b633fffe17887"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}