Fixed non-existent -config option should have been --config or -c
This commit is contained in:
@@ -11,11 +11,11 @@ Scratch content is stored on disk gzip-compressed transparently to reduce filesy
|
|||||||
- `cp config.example.yaml config.yaml`
|
- `cp config.example.yaml config.yaml`
|
||||||
2. Adjust settings for your environment.
|
2. Adjust settings for your environment.
|
||||||
3. Start the server:
|
3. Start the server:
|
||||||
- `go run ./cmd/scratchbox server -config config.yaml`
|
- `go run ./cmd/scratchbox server --config config.yaml`
|
||||||
4. Open:
|
4. Open:
|
||||||
- `http://127.0.0.1:8080/`
|
- `http://127.0.0.1:8080/`
|
||||||
|
|
||||||
Without `-config`, built-in defaults are used.
|
Without `--config`, built-in defaults are used.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user