Skip to content

Commit

Permalink
fix wekan local configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Josquin Cornec committed May 14, 2024
1 parent 2fe5876 commit bc4279e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ wekanConfigFile = "wekan_config.json"
wekanImportFile = "wekan_import.csv"
webBaseURL = "webBaseURL"
wekanMgoURL = "mongodb://mongo:password@localhost/test"
wekanMgoDB = "test"

docxifyPath = "./docxify3.py"
docxifyWorkingDir = "/foo/bar"
Expand All @@ -56,4 +57,4 @@ db_url = postgres://<username>:<password>@<hostname>:<port>/<database_name>
# (e.g. : db_url = "postgres://postgres:toto@localhost:5432/datapilogs")

[log]
level = "INFO"
level = "INFO"

0 comments on commit bc4279e

Please sign in to comment.