Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 16, 2024
1 parent 67ece64 commit 48581cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/app/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.github
.bundle
coverage
*/**/.key
deploy
docs
docker
Expand Down
2 changes: 1 addition & 1 deletion components/services/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ENV["SWITCH_GROUP"] = "service:somleng-switch"
ENV["MEDIA_PROXY_GROUP"] = "service:media-proxy"
ENV["CLIENT_GATEWAY_GROUP"] = "service:client-gateway"
# ENV["FS_EVENT_SOCKET_PASSWORD_SSM_PARAMETER_NAME"] = "ssm-parameter-name-fs-event-socket-password"
ENV["FS_EVENT_SOCKET_PASSWORD_SSM_PARAMETER_NAME"] = "ssm-parameter-name-fs-event-socket-password"
ENV["FS_EVENT_SOCKET_PORT"] = "8021"
ENV["PUBLIC_GATEWAY_DB_NAME"] = "opensips_public_gateway_test"
ENV["CLIENT_GATEWAY_DB_NAME"] = "opensips_client_gateway_test"
Expand Down

0 comments on commit 48581cc

Please sign in to comment.