mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
init
This commit is contained in:
8
cart/Makefile
Normal file
8
cart/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
BINDIR=${CURDIR}/bin
|
||||
PACKAGE=route256/cart
|
||||
|
||||
bindir:
|
||||
mkdir -p ${BINDIR}
|
||||
|
||||
build: bindir
|
||||
echo "build cart"
|
||||
19
cart/configs/values_ci.yaml
Normal file
19
cart/configs/values_ci.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
service:
|
||||
host: localhost
|
||||
port: 8080
|
||||
workers: 5
|
||||
|
||||
jaeger:
|
||||
host: localhost
|
||||
port: 6831
|
||||
|
||||
product_service:
|
||||
host: product-service
|
||||
port: 8082
|
||||
token: testToken
|
||||
limit: 10
|
||||
burst: 10
|
||||
|
||||
loms_service:
|
||||
host: localhost
|
||||
port: 8083
|
||||
19
cart/configs/values_local.yaml
Normal file
19
cart/configs/values_local.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
service:
|
||||
host: localhost
|
||||
port: 8080
|
||||
workers: 5
|
||||
|
||||
jaeger:
|
||||
host: localhost
|
||||
port: 6831
|
||||
|
||||
product_service:
|
||||
host: localhost
|
||||
port: 8082
|
||||
token: testToken
|
||||
limit: 10
|
||||
burst: 10
|
||||
|
||||
loms_service:
|
||||
host: localhost
|
||||
port: 8083
|
||||
3
cart/go.mod
Normal file
3
cart/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module route256/cart
|
||||
|
||||
go 1.23.1
|
||||
Reference in New Issue
Block a user