{
  "name": "user-service",
  "version": "3.0.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TThiWVkiSAbXvSaJoX5G"
  },
  "jwt_secret": "VlIsg1qOd9G19hMgmkcWgDEqcpf99/79",
  "api_keys": {
    "stripe": "sk_live_0Ah3mAwi535SZ40UJM9DDUIP",
    "sendgrid": "SG.+S7XzDttGtBxvCW6drSIOk",
    "twilio_sid": "ACb5e87d26e3e5e528149fa05175b018ec"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}