/market-service

shop product list service for nine chronicles

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

market-service

Introduction

This repository provide market product list service for Nine Chronicles

Installation

How to run

Set environment

you can edit launchSettings.json for run configuration and run service.

VALUE DESCRIPTION
ConnectionStrings__MARKET database path for market service
RpcConfig__Host NineChronicles.Headless node host for sync market products
RpcConfig__Port NineChronicles.Headless node port
WorkerConfig__SyncShop if true, sync registered ShardedShopStateV2 Orders
WorkerConfig__SyncProduct if true, sync registered MarketState Products
$ dotnet run --project MarketService