mirror of
https://github.com/php/presentations.git
synced 2026-04-29 10:13:26 +02:00
13 lines
231 B
INI
13 lines
231 B
INI
# Settings for the site itself
|
|
[site]
|
|
title=Example site
|
|
|
|
# Database settings used for all connections
|
|
[db]
|
|
host=localhost
|
|
user=root
|
|
# Storing passwords in INI files is not a good idea,
|
|
# is it?
|
|
password=42
|
|
connection_retries=five
|