refactor: rename SolaceScanScout to Solace and update related configurations
- Updated branding from "SolaceScanScout" to "Solace" across various files including deployment scripts, API responses, and documentation. - Changed default base URL for Playwright tests and updated security headers to reflect the new branding. - Enhanced README and API documentation to include new authentication endpoints and product access details. This refactor aligns the project branding and improves clarity in the API documentation.
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
|
||||
echo "=== SolaceScanScout Tiered Architecture Setup ==="
|
||||
echo "=== SolaceScan Tiered Architecture Setup ==="
|
||||
echo ""
|
||||
|
||||
# Step 1: Run database migration
|
||||
@@ -86,4 +86,3 @@ echo "6. Start Track 2 indexers to populate indexed data"
|
||||
echo ""
|
||||
echo "For more information, see: docs/TIERED_ARCHITECTURE_IMPLEMENTATION.md"
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user