{
  "name": "auth-service",
  "version": "1.9.21",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Mh1LyUG8kH977oX5EKn2"
  },
  "jwt_secret": "tCfdsnds6+KiWxQiJrNkf3xWar8K4vNt",
  "api_keys": {
    "stripe": "sk_live_Tx8rQMiFRiBTkFUUcr2nds53",
    "sendgrid": "SG.Gj9BeUhla9coeGIT+8OU/S",
    "twilio_sid": "ACe86326dfcfbaa530080a9ddba025bec8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}