#
# usogres run command file
#

# host address that usogres performed
host = "127.0.0.1"
# port address that usogres performed
port = 5432

# host address that postgres original server performed
hostorg = "127.0.0.1"
# port address that postgres original server performed
portorg = 5434

# host address that postgres backup server performed
hostcopy = "127.0.0.1"
# port address that postgres backup server performed
portcopy = 5436

# directory for log files
logdir = ~/.usogres-log

# max number of usogres process
max_process = 32
