You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ type Config struct {
161
161
ServeStaticbool`long:"servestatic" description:"Flag to enable or disable static content serving."`
162
162
163
163
// DatabaseBackend is the database backend to be used by the server.
164
-
DatabaseBackendstring`long:"dbbackend" description:"The database backend to use for storing all asset related data." choice:"sqlite" choice:"postgres"`
164
+
DatabaseBackendstring`long:"dbbackend" description:"The database backend to use for storing all asset related data." choice:"sqlite" choice:"postgres" yaml:"dbbackend"`
165
165
166
166
// Sqlite is the configuration section for the SQLite database backend.
0 commit comments