{
  "name": "user-service",
  "version": "1.3.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mDuoS4PXwnXrum1eKcBh"
  },
  "jwt_secret": "79psIqb8pGBf+c2Uao+EIXVRg+OkZlLw",
  "api_keys": {
    "stripe": "sk_live_6sIVozWjg3o4c8SyUXQQt5tB",
    "sendgrid": "SG.COlIbUnF9qKs6w67fyFLOb",
    "twilio_sid": "ACfcbc09b44ea06ff1f43d61bcd8242b1b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}