Parcourir la source

remove config.ini.php

stanley-king il y a 4 ans
Parent
commit
390bd30c3c
3 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 3 0
      docker-compose-test.yml
  2. 0 3
      queue/config.ini.php
  3. 5 0
      queue/config.test.php

+ 3 - 0
docker-compose-test.yml

@@ -53,6 +53,9 @@ services:
       - $PWD/conf/queue/docker-queue-start:/usr/local/bin/docker-queue-start
     container_name: "acc-queue"
     command: [docker-queue-start]
+    extra_hosts:
+      - "docker.hostip:172.17.0.1"
+      - "eth.hostip:172.26.105.125"
 
   acccrontab:
     image: php-zts-debug:7.3.18

+ 0 - 3
queue/config.ini.php

@@ -1,3 +0,0 @@
-<?php
-
-require_once(BASE_PATH . '/config.mac.php');

+ 5 - 0
queue/config.test.php

@@ -1 +1,6 @@
 <?php
+
+$config['net_queue']['name'] = 'net_access_queue';
+$config['net_queue']['host'] = 'docker.hostip';
+//$config['net_queue']['host'] = '192.168.1.195';
+$config['net_queue']['port'] = 6380;