2024-11-22 06:23:50 +00:00
|
|
|
export MODEL_VERSION=$(node ../common/scripts/show_version.js)
|
2023-11-24 06:29:35 +00:00
|
|
|
export MINIO_ACCESS_KEY=minioadmin
|
|
|
|
export MINIO_SECRET_KEY=minioadmin
|
|
|
|
export MINIO_ENDPOINT=localhost:9000
|
|
|
|
export MONGO_URL=mongodb://localhost:27017
|
2024-10-01 06:44:49 +00:00
|
|
|
export DB_URL=mongodb://localhost:27017
|
2024-11-21 07:38:14 +00:00
|
|
|
export ACCOUNT_DB_URL=mongodb://localhost:27017
|
2024-07-18 18:04:48 +00:00
|
|
|
export ACCOUNTS_URL=http://localhost:3000
|
2023-11-24 06:29:35 +00:00
|
|
|
export TRANSACTOR_URL=ws://localhost:3333
|
|
|
|
export ELASTIC_URL=http://localhost:9200
|
|
|
|
export SERVER_SECRET=secret
|
|
|
|
|
|
|
|
# Restore workspace contents in mongo/elastic
|
2024-02-12 16:57:11 +00:00
|
|
|
node ../dev/tool/bundle/bundle.js $@
|