mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
Update config.json
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
"options": {
|
||||
"APP_BASE_URL": "http://your_domain:port"
|
||||
"APP_BASE_URL": "http://your_domain:port",
|
||||
"data_location": "/config/addons_config/joplin"
|
||||
},
|
||||
"map": [
|
||||
"config:rw"
|
||||
@@ -40,7 +41,8 @@
|
||||
"MAILER_AUTH_USER": "str?",
|
||||
"MAILER_AUTH_PASSWORD": "str?",
|
||||
"MAILER_NOREPLY_NAME": "str?",
|
||||
"MAILER_NOREPLY_EMAIL": "str?"
|
||||
"MAILER_NOREPLY_EMAIL": "str?",
|
||||
"data_location": "str?"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
||||
Reference in New Issue
Block a user