1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-30 04:38:57 +01:00
telerpc/db_example.php

11 lines
176 B
PHP
Raw Normal View History

2022-02-23 12:37:06 +01:00
<?php
2024-07-20 19:42:46 +02:00
use Amp\Mysql\MysqlConfig;
return new MysqlConfig(
host: 'unix_socket=/var/run/mysqld/mysqld.sock',
user: 'user',
password: 'pass',
database: 'rpc',
);