- removed: session-service - updated: moved health check out of consul registration - updated: get service info to pull the service from the default namespace for the service account - updated: the rest of the services to be able to handle the new database tables
12 lines
181 B
TOML
12 lines
181 B
TOML
[workspace]
|
|
members = [
|
|
"auth-service",
|
|
"character-service",
|
|
"database-service",
|
|
"packet-service",
|
|
"world-service",
|
|
"utils",
|
|
"launcher"
|
|
]
|
|
resolver = "2"
|