Skip to content

Commit

Permalink
docs: Hint that strings need not be quoted in ini files (#54)
Browse files Browse the repository at this point in the history
Save future me some time debugging this again :)
  • Loading branch information
mhutter authored Jun 27, 2024
1 parent c039ca2 commit 6bd0713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Create an ini file in your `$XDG_CONFIG_HOME/cloudscale/cloudscale.ini`, `.cloud
api_token = <token>
~~~

Do NOT quote the token.

The default profile taken if available is `default`. The profile can be chosen by passing `--profile` or `CLOUDSCALE_PROFILE` ENV variable.

~~~shell
Expand Down

0 comments on commit 6bd0713

Please sign in to comment.