Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Jan 28, 2020
1 parent 2a9ba2e commit 290f6f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/configuration/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ import (
"gopkg.in/yaml.v3"
)

// baseConfigDir path to the base configuration directory (e.g. /home/user/.config)
// baseConfigDir (e.g. /home/user/)
var baseConfigDir string

// UserConfigDir path to the user's configuration directory (e.g. /home/user/.config/doppler)
// UserConfigDir (e.g. /home/user/.doppler)
var UserConfigDir string

// UserConfigFile path to the user's configuration file (e.g. /home/user/.config/doppler/.doppler.yaml)
// UserConfigFile (e.g. /home/user/doppler/.doppler.yaml)
var UserConfigFile string

var configFileName = ".doppler.yaml"
Expand Down

0 comments on commit 290f6f0

Please sign in to comment.