remove example
This commit is contained in:
parent
60b76ecc51
commit
163c9338a3
7 changed files with 0 additions and 35 deletions
|
|
@ -1,14 +0,0 @@
|
|||
[raincloud]
|
||||
|
||||
# Insert a password hash to enable password protection for this directory
|
||||
# Use one of the following commands to create a hash:
|
||||
# mkpasswd -m sha-256
|
||||
# mkpasswd -m sha-512
|
||||
#
|
||||
hashed_password = $5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = true
|
||||
|
||||
# Set this to 'true' to allow file uploads to this directory
|
||||
upload = false
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[raincloud]
|
||||
|
||||
# Insert a password hash to enable password protection for this directory
|
||||
# Use one of the following commands to create a hash:
|
||||
# mkpasswd -m sha-256
|
||||
# mkpasswd -m sha-512
|
||||
#
|
||||
#hashed_password =
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = false
|
||||
|
||||
# Set this to 'true' to allow file uploads to this directory
|
||||
upload = true
|
||||
7
run.py
7
run.py
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import raincloud
|
||||
|
||||
if __name__ == "__main__":
|
||||
app = raincloud.create_app("public")
|
||||
app.run()
|
||||
Loading…
Add table
Add a link
Reference in a new issue