14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
root = "."
|
|
|
|
[build]
|
|
cmd = "nix develop -c go build -o ./tmp/main ./src/..." # for nix users
|
|
include_ext = ["go", "html", "css"]
|
|
exclude_dir = ["tmp"]
|
|
|
|
[log]
|
|
level = "warn"
|
|
time = true
|
|
|
|
[env]
|
|
GIN_MODE = "release" # change to "release" for production
|
|
APP_PORT = 18765 |