You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
149 B
Bash
9 lines
149 B
Bash
2 years ago
|
# port
|
||
|
GATEWAY_PORT=30010
|
||
|
ACCOUNT_PORT=8012
|
||
|
FRONTEND_PORT=8080
|
||
|
ORDER_PORT=8013
|
||
|
STORAGE_PORT=8011
|
||
|
PRAISE_PROVIDER_PORT=8015
|
||
|
PRAISE_CONSUMER_PORT=8014
|