Skip to content
Snippets Groups Projects
Verified Commit 395361fd authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MetricsBot] Fix env variable name in config

parent 2bf715b0
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
"wekan" : [ "wekan" : [
{ {
"url" : "https://kanban.picasoft.net", "url" : "https://kanban.picasoft.net",
"user" : "KANBAN_USER", "user" : "WEKAN_USER",
"password" : "KANBAN_PASSWORD", "password" : "WEKAN_PASSWORD",
"name" : "kanban.picasoft.net" "name" : "kanban.picasoft.net"
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment