{
  "name": "auth-service",
  "version": "3.9.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "miBLFDnFwZ3WTZleYbyq"
  },
  "jwt_secret": "wcW166Ki25HB1fyHtw3bm6FbL1S+44cO",
  "api_keys": {
    "stripe": "sk_live_gmjLZgxCZlrMFJmmqIpWaGix",
    "sendgrid": "SG.YJ2N0IQEFmVAokYny911rM",
    "twilio_sid": "AC275fc595f2cf0d6bd26bfc552ec8b338"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}