death-notifier/src/main/config.default.ini.php

37 lines
976 B
PHP
Raw Normal View History

2022-08-09 19:20:02 +02:00
;<?php exit(); ?>
# TODO: Add feature for global site message
# TODO: Add i18n
[admin]
# Password to use the CLI of `api.php`. Until this value is changed from its default, the feature is disabled
cli_secret = REPLACE THIS WITH A SECRET VALUE
2022-08-09 17:03:49 +02:00
[database]
2022-08-14 15:52:47 +02:00
# Relative path to SQLite database
2022-08-09 17:03:49 +02:00
filename = .death-notifier.db
[logger]
# File to store logs in
file = .death-notifier.log
# Log level. See https://seldaek.github.io/monolog/doc/01-usage.html#log-levels
2022-11-13 14:23:20 +01:00
level = 200
2022-08-09 17:03:49 +02:00
[mail]
2022-08-14 15:52:47 +02:00
# Whether to enable mailing
enabled = false
# Host name of SMTP server to send mail through
2022-08-09 17:03:49 +02:00
host = TODO
2022-08-14 15:52:47 +02:00
# Port of SMTP server to send mail through
2022-08-09 17:03:49 +02:00
port = TODO
2022-08-14 15:52:47 +02:00
# Username to authenticate with at SMTP server
2022-08-09 17:03:49 +02:00
username = TODO
2022-08-14 15:52:47 +02:00
# Password to authenticate with at SMTP server
2022-08-09 17:03:49 +02:00
password = TODO
2022-08-14 15:52:47 +02:00
# Name to show to recipient
2022-08-09 17:03:49 +02:00
from_name = TODO
[server]
# The path to the main page. Going to this path in your browser should show the contents of `index.html`
base_path = https://example.com/death-notifier/