{
  "name": "user-service",
  "version": "1.5.14",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Za50cUYcyHKft7AUIozb"
  },
  "jwt_secret": "V3Cyo5GJQhJ4fpr8ei/c8JWdv/JPBni9",
  "api_keys": {
    "stripe": "sk_live_SuB46jE8hv8SV5bg2JhiMxHF",
    "sendgrid": "SG.WFH1c0ZKMqNeT3e3BnuFDR",
    "twilio_sid": "AC5942af6d0b80be8b1e28a13472247a35"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}