EvernodeXRPL / evernode-test-resources

0 stars 0 forks source link

Configuration file format has been altered. #12

Open sorudev opened 4 months ago

sorudev commented 4 months ago
Do you accept the terms of the licence agreement? [Y/n] y

Downloading setup support files...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  878k  100  878k    0     0  1854k      0 --:--:-- --:--:-- --:--:-- 4107k
Done.

Downloading Environment configuration...

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   608  100   608    0     0  24320      0 --:--:-- --:--:-- --:--:-- 24320

Checking Evernode devnet environment details...

Reading configuration from existing Message Board configuration file...
Configuration file format has been altered.
soru@eTestnet:~$ 

/etc/sashimono/sa.cfg :

 "xrpl": {
    "network": "devnet",
    "address": "rswu2EMr4xXM88DxT2xmAV6KcKDCrQ5wcZ",
    "secretPath": "/home/sashimbxrpl/.evernode-host/.host-account-secret.key",
    "governorAddress": "rwBigRmbdi4CwtdS9yV9f7YqaZbzVbnvrt",
    "rippledServer": "wss://hooks-testnet-v3.xrpl-labs.com",
    "leaseAmount": 2,
    "affordableExtraFee": null
  },
  "host": {
    "emailAddress": "evr@soru.dev"
  },
  "networking": {
    "ipv6": {
      "subnet": "Params",
      "interface": "not"
    }
  }
}

/etc/sashimono/mb-xrpl/mb-xrpl.cfg:

{
    "version": "0.8.2",
    "hp": {
        "host_address": "s2testnet90.soru.dev",
        "init_peer_port": 22861,
        "init_user_port": 22862
    },
    "system": {
        "max_mem_kbytes": 1000,
        "max_swap_kbytes": 1000,
        "max_cpu_us": 800000,
        "max_storage_kbytes": 1000,
        "max_instance_count": 1
    },
    "docker": {
        "registry_port": 0
    },
    "log": {
        "log_level": "inf",
        "max_mbytes_per_file": 10,
        "max_file_count": 50,
        "loggers": [
            "console"
        ]
    }
}