2023-11-24 09:29:35 +03: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 09:44:49 +03:00
|
|
|
export DB_URL=mongodb://localhost:27017
|
2024-11-21 10:38:14 +03:00
|
|
|
export ACCOUNT_DB_URL=mongodb://localhost:27017
|
2024-07-18 21:04:48 +03:00
|
|
|
export ACCOUNTS_URL=http://localhost:3000
|
2023-11-24 09:29:35 +03: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 19:57:11 +03:00
|
|
|
node ../dev/tool/bundle/bundle.js $@
|