ensure template valid
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=simple-object-storage
|
4
templates/simple-object-storage/config/service.env
Normal file
4
templates/simple-object-storage/config/service.env
Normal file
@ -0,0 +1,4 @@
|
||||
# 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"
|
8
templates/simple-object-storage/config/sos_config.json
Normal file
8
templates/simple-object-storage/config/sos_config.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"write_tokens": [
|
||||
"fizzle1",
|
||||
"fizzle2",
|
||||
"fizzle3"
|
||||
],
|
||||
"port": 8123
|
||||
}
|
Reference in New Issue
Block a user