You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
[apache_user]
|
|
comment = The name of the user that runs Apache.
|
|
value = www-data
|
|
|
|
[apache_group]
|
|
comment = The name of the group to which the Apache user is assigned.
|
|
value = www-data
|
|
|
|
[database_host]
|
|
comment = The server name hosting the database.
|
|
value = localhost
|
|
|
|
[database_name]
|
|
comment = The name of the database.
|
|
value = matomo_example_com
|
|
|
|
[database_password]
|
|
comment = The password used to access the database.
|
|
value = change_this_to_something_secure!
|
|
|
|
[database_user]
|
|
comment = The user name accessing the database.
|
|
value = matomo_example_com
|
|
|
|
[domain_name]
|
|
comment = The domain name to use for the Matomo host.
|
|
value = matomo.example.com
|
|
|
|
[domain_tld]
|
|
comment = The domain name as a directory.
|
|
value = matomo_example_com
|
|
|
|
[letsencrypt_file]
|
|
comment = The path to the SSL cert.
|
|
value = /etc/letsencrypt/live/%(domain_name)/cert.pem
|
|
|
|
[webmaster_email]
|
|
comment = The webmaster's email address. Used when setting up SSL.
|
|
value = webmaster@example.com
|
|
|
|
[install_path]
|
|
comment = The path to document root where Matomo will be installed.
|
|
value = /var/www
|
|
|