{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "4O3ZdeBXPYaY5PvLeC5S"
  },
  "jwt_secret": "tElNyIgJRgpFk+N0yuqIaNSLJb1OKaNE",
  "api_keys": {
    "stripe": "sk_live_dwGt0YRlfiFdQTF9HXZXd44t",
    "sendgrid": "SG.DfMfSeiDPPCZd6Q56+GieW",
    "twilio_sid": "AC7c1a5afd40e1778a2db75bae029437f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}