Fixing
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
HOST_PORT=8123
|
||||
# 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"
|
||||
|
||||
WRITE_TOKENS="fizzle1,fizzle2,fizzle3"
|
||||
|
8
templates/simple-object-storage/example/sos_config.json
Normal file
8
templates/simple-object-storage/example/sos_config.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"write_tokens": [
|
||||
"fizzle1",
|
||||
"fizzle2",
|
||||
"fizzle3"
|
||||
],
|
||||
"port": 8123
|
||||
}
|
Reference in New Issue
Block a user