Sample config file and logo.
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
+10
-1
@@ -10,4 +10,13 @@ user = 'user'
|
||||
password = 'password'
|
||||
db_name = 'rezervator'
|
||||
host = 'localhost'
|
||||
port = 5432
|
||||
port = 5432
|
||||
|
||||
[mailing]
|
||||
transport = "File" #or Smtp
|
||||
from = "from@address.cz"
|
||||
path = "Maildir"
|
||||
#server = "smtp.server.cz"
|
||||
#user = "user"
|
||||
#password = "password"
|
||||
#tls = true
|
||||
|
||||
Reference in New Issue
Block a user