refactor: rebrand project to HartOMat
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Starting Schaeffler Automat..."
|
||||
echo "Starting HartOMat..."
|
||||
docker compose up -d
|
||||
|
||||
echo ""
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Stopping Schaeffler Automat..."
|
||||
echo "Stopping HartOMat..."
|
||||
docker compose down
|
||||
|
||||
echo ""
|
||||
|
||||
@@ -16,7 +16,7 @@ Usage:
|
||||
|
||||
# Custom credentials / host
|
||||
python scripts/test_render_pipeline.py --sample --host http://localhost:8888 \
|
||||
--email admin@schaeffler.com --password Admin1234!
|
||||
--email admin@hartomat.com --password Admin1234!
|
||||
|
||||
Environment variables (alternative to flags):
|
||||
TEST_HOST, TEST_EMAIL, TEST_PASSWORD
|
||||
@@ -34,7 +34,7 @@ from pathlib import Path
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
DEFAULT_HOST = os.environ.get("TEST_HOST", "http://localhost:8888")
|
||||
DEFAULT_EMAIL = os.environ.get("TEST_EMAIL", "admin@schaeffler.com")
|
||||
DEFAULT_EMAIL = os.environ.get("TEST_EMAIL", "admin@hartomat.com")
|
||||
DEFAULT_PASSWORD = os.environ.get("TEST_PASSWORD", "Admin1234!")
|
||||
|
||||
SAMPLE_STEP = Path(__file__).parent.parent / "step-sample-file" / "81113-l_cut.stp"
|
||||
|
||||
Reference in New Issue
Block a user