main
parent
1b8091f3b6
commit
7cdee31ce1
3 changed files with 14 additions and 8 deletions
@ -1,9 +1,13 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
export APP_PORT=9995 |
export APP_PORT=9995 |
||||||
# export KAFKA_PORT=9092 |
export KAFKA_PORT=9092 |
||||||
export KAFKA_PORT=19092 |
export KAFKA_HOST=37.143.12.169 |
||||||
export KAFKA_HOST=127.0.0.1 |
export SENTRY_DSN="https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264" |
||||||
# export KAFKA_HOST=37.143.12.169 |
|
||||||
|
|
||||||
./authDBService |
export GOOS=$(eval go env GOOS) |
||||||
|
export GOARCH=$(eval go env GOARCH) |
||||||
|
export GOBIN=$(eval go env GOPATH)/bin |
||||||
|
export APPBINARY=${GOBIN}/authDBService-${GOOS}-${GOARCH} |
||||||
|
|
||||||
|
${APPBINARY} |
Loading…
Reference in new issue