{
  "name": "user-service",
  "version": "1.8.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yOxibuOerfTJbhef83GK"
  },
  "jwt_secret": "hRMSOCgB68HvJ9th11x61/qtJgsInkAd",
  "api_keys": {
    "stripe": "sk_live_GiMaXNilOU6XSrXZYWudL6X5",
    "sendgrid": "SG.rxwK/betygN48/pwAquP5y",
    "twilio_sid": "AC2b9285e81938db301b42fc0a0df2fd94"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}