ensure template valid

This commit is contained in:
Your Name
2025-05-04 14:07:27 +12:00
parent 0bc78f353f
commit 395c9deb45
17 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,2 @@
# Template to use - always required!
TEMPLATE=simple-object-storage

View 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"

View File

@ -0,0 +1,8 @@
{
"write_tokens": [
"fizzle1",
"fizzle2",
"fizzle3"
],
"port": 8123
}