{
  "name": "user-service",
  "version": "1.7.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Y9akYDGeC6wlEh1FwalF"
  },
  "jwt_secret": "wmSSB2cBs3NF1+khZRHgya4lDRsFBNel",
  "api_keys": {
    "stripe": "sk_live_UXXETGZdjwEC1DNzvefQ8i0c",
    "sendgrid": "SG.WF+LpjqUU+kYkoK/5AdnKw",
    "twilio_sid": "ACe7d99335adc485976c4b2e787542e89a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}