Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
moved default config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Jun 21, 2018
1 parent 1a5192d commit f51a133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- `export HOMEBREW_GITHUB_API_TOKEN=<your new git token>`, may want to put this on your bash
profile
- `brew install fastly/tap/waflyctl`
- grab a copy of the [config](https://github.com/fastly/waflyctl/blob/master/config_examples/waflyctl.fastly_soc_example.toml) file and place it under `~/.waflyctl.toml` where the tool defaults to.
2 changes: 1 addition & 1 deletion waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ func main() {
apiEndpoint := flag.String("apiendpoint", "https://api.fastly.com", "Fastly API endpoint to use.")
//emergency := flag.Bool("emergency", false, "is this an emergency provisioning..see [wiki link]")
//ssl := flag.Bool("ssl", false, "turn on ssl for this domain..see [wiki link]")
configFile := flag.String("config", "waflyctl.toml", "Location of configuration file for waflyctl.")
configFile := flag.String("config", "~/.waflyctl.toml", "Location of configuration file for waflyctl.")

//var blocklist string
//flag.StringVar(&blocklist, "blocklist", "gcp,aws,azure,aws,TOR", "Which blocklist should we provisioned on block mode in a comma delimited fashion. Available choices are: [for look here]")
Expand Down

0 comments on commit f51a133

Please sign in to comment.