Skip to content

Commit

Permalink
Modified strings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MertJSX committed Jul 21, 2024
1 parent 2ea94ff commit 2c61013
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ defaultConfig: `
port: 5000
# This is folder path. You can change it, but don't delete.
folder: './test'
folder: "./test"
# Limit of the folder. Examples: 10 GB, 300 MB, 5.5 GB, 1 TB...
# You can remove it if you trust users.
storage_limit: "20 GB"
# This is password for access. You can delete it if you want, but it's good to have a password.
password: '123'
password: "123"
# You can manage user permissions.
permissions:
Expand All @@ -25,12 +25,11 @@ permissions:
upload: true
rename: true
# This is not working for now. (TEST)
accounts:
admin:
password: "wQcl6651gqR33@@@@$"
permissions:
- name: "admin"
password: "wQcl6651gqR33@@@@$"
permissions:
- read_directories
- read_files
- create
Expand All @@ -40,9 +39,9 @@ accounts:
- download
- upload
- rename
moderator:
password: "lJsY1186431ax05"
permissions:
- name: "moderator"
password: "lJsY1186431ax05"
permissions:
- read_directories
- read_files
- create
Expand All @@ -55,9 +54,8 @@ accounts:
# Holds deleted files. Accidentally, you might delete files that you don't want to delete.
recovery_bin: true
# Optionally you can limit recovery_bin storage. You can remove it if you want.
bin_storage_limit: "4 GB"
# bin_storage_limit: "10 GB"
`,
}

Expand Down

0 comments on commit 2c61013

Please sign in to comment.