Skip to content
Snippets Groups Projects
Commit 63f93003 authored by Christian Pointner's avatar Christian Pointner
Browse files

making 4080 the new default port

fixes #5
parent b410e1c8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ for the user running the daemon
And then run the `tank` binary:
```sh
$ $GOPATH/bin/tank --config config.yaml run --listen localhost:8000
$ $GOPATH/bin/tank --config config.yaml run --listen localhost:8040
```
### Problem with MariaDB on Debian 9 (stretch)
......
......@@ -3,7 +3,7 @@
BASE_D=$(realpath "${BASH_SOURCE%/*}/..")
export AURA_TANK_DEBUG=1
export AURA_TANK_LISTEN=127.0.0.1:8080
export AURA_TANK_LISTEN=127.0.0.1:8040
export STORE_PATH="/run/user/${UID}/aura-tank"
mkdir -p "${STORE_PATH}"
......
......@@ -37,7 +37,7 @@ importer:
# issuer-url: http://localhost:8000/openid
# client-id: ${OIDC_CLIENT_ID}
# client-secret: ${OIDC_CLIENT_SECRET}
# callback-url: http://localhost:8080/auth/oidc/callback
# callback-url: http://localhost:8040/auth/oidc/callback
# login-timeout: 10m # defaults to 5 Minutes
### uncomment to enable CORS headers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment