{
  "name": "user-service",
  "version": "2.0.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DS2w6oTQd87QvxF7731a"
  },
  "jwt_secret": "uCJbxOBzSk1xK4mwXGmszKZcfRfu5YHo",
  "api_keys": {
    "stripe": "sk_live_SX99HWSh2bwC1bh1DIXwBF5A",
    "sendgrid": "SG.YXA95HzaUHXTQYHTcTAuRm",
    "twilio_sid": "ACab5497e947d0e96dcebb9325486f04fe"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}