Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the final path arg should be dynamic to allow for dev/prod/etc #85

Open
github-actions bot opened this issue Nov 5, 2023 · 0 comments
Open

the final path arg should be dynamic to allow for dev/prod/etc #85

github-actions bot opened this issue Nov 5, 2023 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2023

https://api.github.com/gogrlx/grlx/blob/5bfdd959943b0a20ebd548db263edcb1273cee81/config/config.go#L46

	FarmerBusInterface   string
	FarmerBusPort        string
	FarmerInterface      string
	FarmerOrganization   string
	FarmerPKI            string
	FarmerURL            string
	GrlxRootCA           string
	JobLogDir            string
	KeyFile              string
	LogLevel             log.Level
	NKeyFarmerPrivFile   string
	NKeyFarmerPubFile    string
	NKeySproutPrivFile   string
	NKeySproutPubFile    string
	// TODO the final path arg should be dynamic to allow for dev/prod/etc
	RecipeDir    = filepath.Join("/", "srv", "grlx", "recipes", "prod")
	RootCA       string
	RootCAPriv   string
	SproutID     string
	SproutPKI    string
	SproutRootCA string
)

// TODO use enum for binary as elsewhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant