lrf402788946 4 anni fa
parent
commit
a536df2a8a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      config/config.prod.js

+ 3 - 0
config/config.prod.js

@@ -49,6 +49,9 @@ module.exports = () => {
   config.amqp = {
     client: {
       hostname: '192.168.1.190',
+      username: 'web',
+      password: 'web123',
+      vhost: 'smart',
     },
   };