{
  "name": "user-service",
  "version": "1.2.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WBRNSKcmK2yUrL37xFxC"
  },
  "jwt_secret": "J8BWNRA99jnMSD+5Ayc46hpdfprhGPsT",
  "api_keys": {
    "stripe": "sk_live_Il9kI1DY9YHCn5HyDWJLutDa",
    "sendgrid": "SG.5rcXqtS9rbCYYLTlnBRC5J",
    "twilio_sid": "AC6a8c60656838b46d5015f3086f0a47fa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}