Skip to content

Commit

Permalink
shortlink-proxy: improve tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Jan 8, 2023
1 parent 2b95dd3 commit 293c720
Show file tree
Hide file tree
Showing 9 changed files with 2,006 additions and 1,918 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ AUTH_DB=auth
AUTH_DB_PASS=secret
AUTH_DB_USER=auth

### RabbitMQ URI -------------------------------------------------------------------------------------------------------
### Default: amqp://localhost:5672
MQ_RABBIT_URI=amqp://localhost:5672
#MQ_RABBIT_URI=amqp://admin:admin@rabbitmq.rabbitmq:5672

### API ================================================================================================================

### API_TYPE
Expand All @@ -100,13 +95,18 @@ API_TIMEOUT=60

### MQ_ENABLED
### Default: false
MQ_ENABLED=true
MQ_ENABLED=false

### MQ_TYPE
### Select: kafka, rabbitmq
### Default: rabbitmq
MQ_TYPE=kafka

### RabbitMQ URI -------------------------------------------------------------------------------------------------------
### Default: amqp://localhost:5672
MQ_RABBIT_URI=amqp://localhost:5672
#MQ_RABBIT_URI=amqp://admin:admin@rabbitmq.rabbitmq:5672

### DOCKER COMPOSE =====================================================================================================
DATABASE_IP=10.5.0.100
DNS_IP=10.5.0.2
Expand Down
18 changes: 0 additions & 18 deletions .run/proxy.run.xml

This file was deleted.

Loading

0 comments on commit 293c720

Please sign in to comment.