mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
docs: add readme and example docker compose
This commit is contained in:
@@ -62,7 +62,7 @@ func HandleError(err error, msg string) {
|
||||
|
||||
func init() {
|
||||
viper.AutomaticEnv()
|
||||
rootCmd.Flags().IntP("port", "p", 8080, "Port to run the server on.")
|
||||
rootCmd.Flags().IntP("port", "p", 3000, "Port to run the server on.")
|
||||
rootCmd.Flags().String("address", "0.0.0.0", "Address to bind the server to.")
|
||||
rootCmd.Flags().String("secret", "", "Secret to use for the cookie.")
|
||||
rootCmd.Flags().String("root-url", "", "Root URL of traefik.")
|
||||
|
||||
Reference in New Issue
Block a user