Files
simple-object-server/config.json.example
Your Name fe9c940a22 .
2025-04-30 21:30:55 +12:00

8 lines
145 B
JSON

{
"write_tokens": [
"your_write_token_here"
],
"object_store_path": "/data/objects",
"host": "0.0.0.0",
"port": 80
}