{
  "name": "user-service",
  "version": "1.1.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "b1bcPy7KzeLQVp7BMQns"
  },
  "jwt_secret": "l6JU5LDbEXEdoONX8OB6ZABiEBJrPhMK",
  "api_keys": {
    "stripe": "sk_live_PZrF78lNjm116AYwQdXxntLy",
    "sendgrid": "SG.cpHN6/cHHe6Oz/P59E1b3n",
    "twilio_sid": "ACcfc82e9f6dfb94c596aeff4a5c61460f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}