{
  "name": "user-service",
  "version": "2.0.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sMnJdrYQGlNPfVUPPxqc"
  },
  "jwt_secret": "k4kov0odpPj/QLEJpOEnlPc0JgWoJI4v",
  "api_keys": {
    "stripe": "sk_live_VQggvpLfyGXnhKlv3UMb4RgM",
    "sendgrid": "SG.plbzTzlRjQhBKXffOR6S5Y",
    "twilio_sid": "AC8900c712797d4e9769f65aea403627c6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}