Skip to content

Commit

Permalink
remove dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
scwlkq committed Feb 20, 2024
1 parent 8bb0915 commit 7ec403a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion eventmesh-runtime/conf/eventmesh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ eventMesh.server.blacklist.ipv6=::/128,::1/128,ff00::/8
eventMesh.connector.plugin.type=standalone

# storage plugin
eventMesh.storage.plugin.type=rocketmq
eventMesh.storage.plugin.type=standalone

# security plugin
eventMesh.server.security.enabled=false
Expand Down
1 change: 0 additions & 1 deletion eventmesh-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@

dependencies {
implementation project(":eventmesh-runtime")
implementation project(":eventmesh-storage-plugin:eventmesh-storage-rocketmq")
}

0 comments on commit 7ec403a

Please sign in to comment.