{
  "name": "auth-service",
  "version": "3.1.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yTEvoMK8VxVJICWKbMK9"
  },
  "jwt_secret": "+wLS+mhgK7KgNoBNFtnCDpDOpLwoUCIX",
  "api_keys": {
    "stripe": "sk_live_f6PWqahjlimfHuTTm3ZAwUeC",
    "sendgrid": "SG.jGd2vUF1sgNlRw3SHz9aZS",
    "twilio_sid": "AC066483fce8850723f61371cd1a2ab931"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}