{
  "name": "user-service",
  "version": "2.5.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vUwXji84YkZhbvO5mFDU"
  },
  "jwt_secret": "rcWjnIPTg9UCto+ErnzS4upyUeUpsguU",
  "api_keys": {
    "stripe": "sk_live_5XT4xMFsFGxi2LuD7HADtxMK",
    "sendgrid": "SG.cRb22t+g+lO/I4qcHEyPuZ",
    "twilio_sid": "AC8048a2aead9cda36afb37b28ec8fe7ab"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}