Skip to content

Commit c65be1e

Browse files
committed
Update ServerFlagValue
1 parent 16c5c7e commit c65be1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COMMANDS:
2323
help, h Shows a list of commands or help for one command
2424

2525
GLOBAL OPTIONS:
26-
--server value, -s value URI to ATMOS API (default: "https://localhost/") [$ATMOS_API]
26+
--server value, -s value URI to ATMOS API (default: "http://localhost/api/v0") [$ATMOS_API]
2727
--help, -h show help (default: false)
2828
--version, -v print the version (default: false)
2929
```

internal/domain/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717

1818
// Global: Value Flags
1919
const (
20-
ServerFlagValue string = "https://localhost/"
20+
ServerFlagValue string = "http://localhost/api/v0"
2121
)
2222

2323
// Name Flags

0 commit comments

Comments
 (0)