refactor: apply new Naming standard (uid, categoryKey, subToolName) across modules

This commit is contained in:
jade
2026-07-11 00:37:29 +09:00
parent 406f093044
commit b9aa8e0169
25 changed files with 135 additions and 117 deletions

View File

@@ -15,7 +15,7 @@ services:
build:
context: ./axhub-gateway
ports:
- "8081:8081"
- "8281:8081"
volumes:
- ./:/src
depends_on:
@@ -33,7 +33,7 @@ services:
build:
context: ./axhub-tool-sms
ports:
- "8082:8082"
- "8282:8082"
depends_on:
- redis
environment:
@@ -53,7 +53,7 @@ services:
build:
context: ./axhub-tool-email
ports:
- "8083:8083"
- "8283:8083"
depends_on:
- redis
environment:
@@ -73,7 +73,7 @@ services:
build:
context: ./axhub-tool-other
ports:
- "8084:8084"
- "8284:8084"
depends_on:
- redis
environment:
@@ -93,7 +93,7 @@ services:
build:
context: ./axhub-tool-payment
ports:
- "8085:8085"
- "8285:8085"
depends_on:
- redis
environment: