We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8051099 + 7246c7f commit 4a106f5Copy full SHA for 4a106f5
pkg/config/config.go
@@ -2,6 +2,6 @@ package config
2
3
type Config struct {
4
Targets []string `config:"targets,required" yaml:"targets"`
5
- FirestoreProjectOnEmulator string `config:"firestore_project_on_emulator,required" yaml:"firestore_project_on_emulator"`
6
- FirestoreEmulatorHost string `config:"firestore_emulator_host,required" yaml:"firestore_emulator_host"`
+ FirestoreProjectOnEmulator string `config:"firestore_project_on_emulator" yaml:"firestore_project_on_emulator"`
+ FirestoreEmulatorHost string `config:"firestore_emulator_host" yaml:"firestore_emulator_host"`
7
}
0 commit comments