{
  "name": "auth-service",
  "version": "2.6.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vmVpwH4hlxHPhZDJnoN6"
  },
  "jwt_secret": "M0k+0KFSoWrUNOlE3BdG9fhFs1ongTuG",
  "api_keys": {
    "stripe": "sk_live_qzZU4p6UTB1bZQlF7UHL3bzG",
    "sendgrid": "SG.bCRF9qg++1UBLmCnNXAlS1",
    "twilio_sid": "AC85be854eb697f6511ae260a84e00b62c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}