{
  "name": "user-service",
  "version": "3.1.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EKqA4eiUqE0KPcM8PsBl"
  },
  "jwt_secret": "DbT4AykWP7DdBnJPh8fsScOSjqfZRXBc",
  "api_keys": {
    "stripe": "sk_live_y5NU1fJDnyU2zBK3BJY6MvL9",
    "sendgrid": "SG.DCo0pxXwz0E2xCXlT8cgPK",
    "twilio_sid": "AC3210fc3c909886315f2557ce6c926fc9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}