mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
Change default port to 8080; closes #152
This commit is contained in:
parent
1bcfa022cf
commit
332efd6adc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ var (
|
|||
|
||||
func init() {
|
||||
flag.StringVar(&config, "config", "", "JSON configuration file")
|
||||
flag.StringVar(&port, "port", "80", "HTTP Port")
|
||||
flag.StringVar(&port, "port", "8080", "HTTP Port")
|
||||
flag.StringVar(&database, "database", "./filemanager.db", "Database path")
|
||||
flag.StringVar(&scope, "scope", ".", "Default scope for new users")
|
||||
flag.StringVar(&commands, "commands", "git svn hg", "Space separated commands available for new users")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue