Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sentinm authored Feb 15, 2022
1 parent 3bbc5db commit 1fbf75f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"env": {
"USERNAME": {
"description": "Username which you want (default: admin)",
"value": "",
"required": false
"value": "admin",
"required": true
},
"PASSWORD": {
"description": "Password which you want (default: admin)",
"value": "",
"required": false
"value": "admin",
"required": true
},
"CONF_BASE64": {
"description": "Your pre-configured rclone.conf encoded by base64. You can use any tool (ex: https://da.gd/base64)",
Expand Down

0 comments on commit 1fbf75f

Please sign in to comment.