We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbc5db commit 1fbf75fCopy full SHA for 1fbf75f
1 file changed
app.json
@@ -14,13 +14,13 @@
14
"env": {
15
"USERNAME": {
16
"description": "Username which you want (default: admin)",
17
- "value": "",
18
- "required": false
+ "value": "admin",
+ "required": true
19
},
20
"PASSWORD": {
21
"description": "Password which you want (default: admin)",
22
23
24
25
"CONF_BASE64": {
26
"description": "Your pre-configured rclone.conf encoded by base64. You can use any tool (ex: https://da.gd/base64)",
0 commit comments