{
  "name": "user-service",
  "version": "1.0.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3y2l39H4m7p0zF9022L0"
  },
  "jwt_secret": "B7mtagxQg0TyhlgWEDpwuIP0Lh+VGmFz",
  "api_keys": {
    "stripe": "sk_live_5AS2B6JvxiH6cZugQR3GiGjc",
    "sendgrid": "SG.phwvvZViP635SjCp/GPpG8",
    "twilio_sid": "AC9af4011c3ca3f5fd0e0e95f50bf1a608"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}