elura-cli 0.2.6

Project scaffold generator for Elura applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "runtime": {
    "listen": "127.0.0.1:18000",
    "discovery_drain_delay": { "secs": 6, "nanos": 0 }
  },
  "admin": {
    "listen": "127.0.0.1:18001",
    "component": "world",
    "instance_id": "world-1"
  },
  "profile": {
    "display_name_prefix": "Player-",
    "welcome_message": "Welcome to the world."
  }
}