Skip to content

Commit

Permalink
Update override example
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 22, 2024
1 parent 215fe8e commit b085aec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ dist.zip
bin/
__debug_bin**

override.toml
# Ignore override config files
override.*
!override.example.toml

frontend/

Expand Down
7 changes: 6 additions & 1 deletion override.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@
# will override the log level to `info`.

[log]
level = "info"
level = "info"

[service]
# When you need to work with the lastest frontend code,
# set the frontend_dist to the path of the frontend repository.
frontend_dist = "../frontend/dist"

0 comments on commit b085aec

Please sign in to comment.