Merge branch 'secureBroker' into 'main'
Secure broker See merge request v3/service/ad!33
This commit is contained in:
		
						commit
						3e1c4afce3
					
				| 
						 | 
				
			
			@ -8,7 +8,7 @@ HEALTH_SERVICE_PORT=6006
 | 
			
		|||
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=ad"
 | 
			
		||||
 | 
			
		||||
# MESSAGE BROKER
 | 
			
		||||
MESSAGE_BROKER_URI=amqp://v3-broker:5672
 | 
			
		||||
MESSAGE_BROKER_URI=amqp://mobicoop:mobicoop@v3-broker:5672
 | 
			
		||||
MESSAGE_BROKER_EXCHANGE=mobicoop
 | 
			
		||||
MESSAGE_BROKER_EXCHANGE_DURABILITY=true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "@mobicoop/ad",
 | 
			
		||||
  "version": "2.4.1",
 | 
			
		||||
  "version": "2.4.2",
 | 
			
		||||
  "lockfileVersion": 3,
 | 
			
		||||
  "requires": true,
 | 
			
		||||
  "packages": {
 | 
			
		||||
    "": {
 | 
			
		||||
      "name": "@mobicoop/ad",
 | 
			
		||||
      "version": "2.4.1",
 | 
			
		||||
      "version": "2.4.2",
 | 
			
		||||
      "license": "AGPL",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@grpc/grpc-js": "^1.9.11",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "@mobicoop/ad",
 | 
			
		||||
  "version": "2.4.1",
 | 
			
		||||
  "version": "2.4.2",
 | 
			
		||||
  "description": "Mobicoop V3 Ad",
 | 
			
		||||
  "author": "sbriat",
 | 
			
		||||
  "private": true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue