{
  "name": "user-service",
  "version": "3.0.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "prDd5DvUIADnk0wG8DAQ"
  },
  "jwt_secret": "ZEIJ9L0Ns33naBujKwYQQ+chDWxqvLag",
  "api_keys": {
    "stripe": "sk_live_4NQH7YBIBP5zke6QAkGh5u0H",
    "sendgrid": "SG.uGlkiL6bt+n/FTcB2/Zbfd",
    "twilio_sid": "AC8c4df94ff9262380254a919197bdcb7f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}