{
  "name": "user-service",
  "version": "2.2.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "N1LLPqmdDwxtLcgQmjiF"
  },
  "jwt_secret": "yRxwhs914RpfzmmH/aL7uT7Ssy4dxvRg",
  "api_keys": {
    "stripe": "sk_live_5gvo9TrnLNL2y7vbTWAlUo2u",
    "sendgrid": "SG.hesu9dHxoRjBc0TTvBtnZX",
    "twilio_sid": "ACc134a365238e5d79e43d2ba64b609b93"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}