11 lines
362 B
Bash
11 lines
362 B
Bash
# Service settings specific to this server
|
|
# (can also override anything in the .template_info.env file in the template to make it specific to this server)
|
|
|
|
# note the port and write tokens are not set here, they are set in the sos_config.json file.
|
|
|
|
CONTAINER_NAME="simple-object-storage"
|
|
VOLUME_NAME="simple-object-storage"
|
|
|
|
# Server Settings
|
|
SSH_USER="root"
|