elura-cli 0.1.0

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