mirror of
https://git.sr.ht/~iwakuralain/text0Nly
synced 2025-07-27 15:36:11 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
<?php
|
|
return [
|
|
'db' => [
|
|
'host' => 'localhost',
|
|
'name' => 'messenger',
|
|
'user' => 'messenger',
|
|
'pass' => 'your_password'
|
|
]
|
|
]; |