{
  "name": "user-service",
  "version": "3.9.1",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "w43FqSqsoWI8LKMi9fGl"
  },
  "jwt_secret": "CJWvlYh1vRrz6wALB08ExE4cTYhwU4xs",
  "api_keys": {
    "stripe": "sk_live_6NRtdtrtIxGWUf5zNIwFgioP",
    "sendgrid": "SG.cCPIRiOMC2wngcph2P7hjX",
    "twilio_sid": "ACb77211b0b5fbbb636e60b08c81a115fd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}