Skip to content

Commit

Permalink
Update concourse URL to concourse-ci.org
Browse files Browse the repository at this point in the history
Signed-off-by: Shash Reddy <sreddy@pivotal.io>
  • Loading branch information
mhuangpivotal authored and Shash Reddy committed Mar 8, 2018
1 parent 5ad255c commit c5835bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ The variables here should be set to:
|----------------------|-----------------------------------------------------------------------------------------------------------|
| `$PEER_IP` | The host or IP where this machine can be reached by the ATC for the purpose of forwarding traffic to remote workers. |
| `$SIGNING_KEY` | RSA key used to sign the tokens used when communicating to the ATC. |
| `$ATC_URL` | ATC URL reachable by the TSA (e.g. `https://ci.concourse.ci`). |
| `$ATC_URL` | ATC URL reachable by the TSA (e.g. `https://ci.concourse-ci.org`). |

### registering workers

Expand Down
2 changes: 1 addition & 1 deletion etc/systemd/README.md
Expand Up @@ -13,7 +13,7 @@ key of the target TSA. This can be created with `ssh-keyscan`, but be sure to
check the key matches what you expect!

1. Create `/etc/concourse-beacon/worker.json`, which should contain your worker
payload as documented in [Worker Pools](http://concourse.ci/worker-pools.html).
payload as documented in [Worker Pools](http://concourse-ci.org/worker-pools.html).

1. Create a SSH keypair under `/etc/concourse-beacon/keypair`, named `id_rsa`.

Expand Down

0 comments on commit c5835bf

Please sign in to comment.