mirror of https://github.com/sbt/sbt.git
Updated Client server discovery lifecycle (markdown)
parent
74c41ec93f
commit
521bc967f9
|
|
@ -1,17 +1,17 @@
|
|||
For older discussion see [XArchived: Client server discovery lifecycle](./XArchived:-Client-server-discovery-lifecycle)
|
||||
|
||||
### ref.json
|
||||
### active.json
|
||||
|
||||
This file will be placed under `$cwd/project/target/`.
|
||||
|
||||
```
|
||||
{
|
||||
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/active.json",
|
||||
"tokenfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/token.json",
|
||||
"url": "tcp://127.0.0.0:xxxx"
|
||||
}
|
||||
```
|
||||
|
||||
### active.json
|
||||
### token.json
|
||||
|
||||
```
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue