{
  "name": "auth-service",
  "version": "2.3.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lhNI05mWrqYJcXpM1rIp"
  },
  "jwt_secret": "iyUKxgyChJJj5f2V9wUTswVwoD20rOwQ",
  "api_keys": {
    "stripe": "sk_live_LfypexahOETCiICIBi9YeTLc",
    "sendgrid": "SG.2ufPFL/e3GBtJQmWB9gSal",
    "twilio_sid": "AC889935f956e0ee835381315d25bd8c8e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}