Skip to content

Commit

Permalink
refactor: s/sidecar/proxy/g
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Jul 6, 2023
1 parent 2062f8d commit 4e16c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns build
(:require [clojure.tools.build.api :as b]))

(def lib 'emqx-snowflake-sidecar)
(def lib 'emqx-snowflake-proxy)
(def version "0.0.0")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![test](https://github.com/thalesmg/emqx-snowflake-sidecar/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/thalesmg/emqx-snowflake-sidecar/actions/workflows/test.yaml)
[![test](https://github.com/emqx/emqx-snowflake-proxy/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/emqx/emqx-snowflake-proxy/actions/workflows/test.yaml)

# prerequisites

Expand Down Expand Up @@ -47,8 +47,8 @@ clj
```sh
clj -T:build uber
java -jar target/emqx-snowflake-sidecar-0.0.0-standalone.jar
java -jar target/emqx-snowflake-sidecar-0.0.0-standalone.jar -D taoensso.timbre.config.edn='{:min-level :info}'
java -jar target/emqx-snowflake-proxy-0.0.0-standalone.jar
java -jar target/emqx-snowflake-proxy-0.0.0-standalone.jar -D taoensso.timbre.config.edn='{:min-level :info}'
```
## testing
Expand Down

0 comments on commit 4e16c67

Please sign in to comment.