mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Changed docker id to evernode (#307)
This commit is contained in:
committed by
GitHub
parent
65390ce8d3
commit
97ab49a8b3
@@ -69,7 +69,7 @@ namespace conf
|
||||
cfg.system.max_cpu_us = !cpu_us ? 900000 : cpu_us; // Total CPU allocation out of 1000000 microsec (1 sec).
|
||||
cfg.system.max_storage_kbytes = !disk_kbytes ? 5242880 : disk_kbytes;
|
||||
|
||||
cfg.docker.image_prefix = "evernodedev/sashimono:";
|
||||
cfg.docker.image_prefix = "evernode/sashimono:";
|
||||
cfg.docker.registry_port = docker_registry_port;
|
||||
|
||||
cfg.log.max_file_count = 50;
|
||||
|
||||
Reference in New Issue
Block a user