diff --git a/pub-sub-service/template/constants_settings.yaml b/pub-sub-service/template/constants_settings.yaml deleted file mode 100644 index 969a653..0000000 --- a/pub-sub-service/template/constants_settings.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# -# Constants Configuration -# - -### Communication Constants - -# Pub Sub Service topic deletion message. -topic_deletion_message: "TOPIC DELETED" - -# Constant for gRPC kind. -grpc_kind: "grpc+proto" - -# Constant for mqtt kind. -mqtt_v5_kind: "mqtt_v5" - -# Constant for the Pub Sub service API reference. -pub_sub_reference: "pubsub.v1.pubsub.proto" - -# Retry interval for connections. -retry_interval_secs: 5 - -### diff --git a/pub-sub-service/template/pub_sub_service_settings.yaml b/pub-sub-service/template/pub_sub_service_settings.yaml deleted file mode 100644 index 828ad19..0000000 --- a/pub-sub-service/template/pub_sub_service_settings.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# -# Pub Sub Service Settings -# - -# The IP address and port number that the Pub Sub Service listens on for requests. -# Example: "0.0.0.0:80" -pub_sub_authority: <> - -# The URI of the messaging service used to facilitate publish and subscribe functionality. -# Example: "mqtt://0.0.0.0:1883" -messaging_uri: <> - -# The URI that the Chariott Service listens on for requests. -# Example: "http://0.0.0.0:4243" -chariott_uri: <> - -# The namespace of the Pub Sub Service. -# Example: "sdv.pubsub" -namespace: <> - -# The name of the Pub Sub Service. -# Example: "dynamic.pubsub" -name: <> - -# The version of the Pub Sub Service. -# This is gathered from the cargo.toml file, but can be overwritten here if uncommented. -# Example: "0.1.0" -# version: <>