Skip to content
Snippets Groups Projects
Verified Commit f0bab20a authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Centralizes app variables

parent 02f5857d
No related branches found
No related tags found
1 merge request!21*poof* final version
......@@ -12,5 +12,5 @@ public final class AppConfig {
public static final String RABBITMQ_USERNAME = "frog";
public static final String RABBITMQ_PASSWORD = "poney1234";
public static final String RABBITMQ_EXCHANGE = "broadcaster";
public static final Integer RABBITMQ_PORT = 5672;
public static final Integer RABBITMQ_PORT = 5672; // The MQ uses the default port, so this value is not used.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment