{
  "name": "auth-service",
  "version": "3.1.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xx9LQ8WWgI7UuIlED0gT"
  },
  "jwt_secret": "WUzXLinmX0Z1VQMsXDTOf00H/xd7LfRU",
  "api_keys": {
    "stripe": "sk_live_QwZsiYlYhP4cdK89vuh7vVHu",
    "sendgrid": "SG.akGFlvPk1VngfIp7U0tNNE",
    "twilio_sid": "AC87d19d93246fd6f1b3ede25866d3df27"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}