Feat: optional reset
All checks were successful
All checks were successful
This commit is contained in:
@@ -145,6 +145,8 @@ func init() {
|
||||
String("cors-origin", "", "CORS origin")
|
||||
serveCmd.Flags().
|
||||
String("preshared-key", "poop", "Preshared key for Discord Bot")
|
||||
serveCmd.Flags().
|
||||
Bool("reset", false, "Reset database")
|
||||
|
||||
serveCmd.Flags().
|
||||
Int64("access-token-timeout", 300, "Timeout of Access Token JWT")
|
||||
|
||||
Reference in New Issue
Block a user