created example config.ini
This commit is contained in:
parent
eba34e08ac
commit
162783ff74
28
config.ini.example
Normal file
28
config.ini.example
Normal file
@ -0,0 +1,28 @@
|
||||
;<?php die(); ?>
|
||||
|
||||
[hash]
|
||||
uniqueKey = some string
|
||||
|
||||
|
||||
[smtp]
|
||||
host = some.mail.host
|
||||
port = 587
|
||||
username = smpt_user
|
||||
password = smtp_pass
|
||||
auth = TRUE
|
||||
|
||||
|
||||
[db]
|
||||
sqlite[dsn] = sqlite:path/to/db.sqlite
|
||||
|
||||
;mysql[dsn] =
|
||||
;mysql[host] =
|
||||
;mysql[port] =
|
||||
;mysql[username] =
|
||||
;mysql[password] =
|
||||
|
||||
[CalDAV]
|
||||
server_url = https://some.caldav.host/path/to/dav.php
|
||||
cal_url = https://some.caldav.host/path/to/dav.php/path/to/calendar
|
||||
cal_user = caldav_user
|
||||
cal_pass = caldav_pass
|
||||
Loading…
Reference in New Issue
Block a user