Initial version
This commit is contained in:
commit
c894805619
4 changed files with 278 additions and 0 deletions
8
settings.py.default
Normal file
8
settings.py.default
Normal file
|
@ -0,0 +1,8 @@
|
|||
SERVER_NAME = "SomeServer"
|
||||
SMBD = "smbd"
|
||||
APACHE = "apache2"
|
||||
BASE_DIR = "/media/share_root"
|
||||
HOSTNAME = "some.hostname.nl"
|
||||
|
||||
TELEGRAM_BOT_KEY = ""
|
||||
TELEGRAM_CHAT_ID = ""
|
Loading…
Add table
Add a link
Reference in a new issue