Skip to content

Commit

Permalink
🐛 Set the same tenant default on backend and exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jan 9, 2023
1 parent 6cdf696 commit f628955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/src/app/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

:public-uri "http://localhost:3449"
:host "localhost"
:tenant "main"
:tenant "default"

:redis-uri "redis://redis/0"
:srepl-host "127.0.0.1"
Expand Down
6 changes: 3 additions & 3 deletions exporter/src/app/config.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

(def defaults
{:public-uri "http://localhost:3449"
:tenant "dev"
:host "devenv"
:tenant "default"
:host "localhost"
:http-server-port 6061
:http-server-host "localhost"
:http-server-host "0.0.0.0"
:redis-uri "redis://redis/0"})

(s/def ::http-server-port ::us/integer)
Expand Down

0 comments on commit f628955

Please sign in to comment.