{
  "name": "user-service",
  "version": "3.4.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WtbLnPuXAGKcUhAoFcAC"
  },
  "jwt_secret": "BwoRALjWmTBpPte7KoTtP11pXaKSNfCq",
  "api_keys": {
    "stripe": "sk_live_Dc32Lqa5JHTdaTYUPg2pOi8m",
    "sendgrid": "SG.aWasNegl2lpypwdoYZNd5G",
    "twilio_sid": "ACc0e5d5e16266a85d690941f873d6a541"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}