diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2021-11-24 17:11:02 +0100 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2021-11-24 17:11:02 +0100 |
| commit | 37a5be906c22a7a0ab205f50be600ad85f00e80d (patch) | |
| tree | 7ecc8ed616eefba679c524beb6b20d64eb0a20c8 /init.sh | |
| parent | f98b193c7fd0872ebe087baaa851d42203f27ff7 (diff) | |
Update for backend changes
Diffstat (limited to 'init.sh')
| -rw-r--r-- | init.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/init.sh b/init.sh deleted file mode 100644 index 0edf74f..0000000 --- a/init.sh +++ /dev/null @@ -1,18 +0,0 @@ -export COUCHDB_USER=couchdb -export COUCHDB_PASSWORD=insecure -export COUCHDB_NAME=test -export COUCHDB_HOSTNAME=localhost -cd soc_collector/docker/ -docker compose up -d -sleep 2 - -cd ../demo/ -python ../src/wsgi.py & -cd ../.. -go run jwt_mock.go & -sleep 2 - -export PER_PAGE=2 -export COLLECTOR_URL=http://localhost:8000 -export JWT_URL=http://localhost:8080 -npm run start |
