{
  "name": "user-service",
  "version": "3.7.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CN2NCwCsMttUaJIHXiN7"
  },
  "jwt_secret": "ydk0sB5VWNrxytB/XHfFVyuHiGrZPAPH",
  "api_keys": {
    "stripe": "sk_live_7eD4rSgaRjcg3XhG2Kf3v5D7",
    "sendgrid": "SG.d5YhyES5L5y/cxLRC2PhD6",
    "twilio_sid": "AC4455248132af59dafc9cf0f173257e0d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}