-
Notifications
You must be signed in to change notification settings - Fork 47
Config
There is a config file, which gets created if you change something in the settings.
You can also create it manually to change something.
This has the advantage, that you are not required to add flags like --browser=false
each time.
Go to \AppData\Local
and create a seekr
folder and in that folder create a config.toml
file.
The path should look like this: \AppData\Local\seekr\config.toml
Create a seekr
folder and inside of it, create a config.toml
file.
The path should look like this: ~/.config/seekr/config.toml
Please note, that we are not following the xdg desktop standards for the config folder path.
[server]
ip = "localhost"
port = 8569
[general]
browser = true
You can change these values accordingly.
When you are running the file through go run main.go
, you can use optional flags.
This is for options that are not yet available through the UI, or maybe you just want to run once.
go run main.go -browser=true/false
go run main.go -forcePort
go run main.go -ip=ipAdress
go run main.go -discord=true/false
go run main.go -db folderName