pokemon-showdown-client/config/replay-config.example.inc.php
Guangcong Luo d66b080873 Move replay-config to config/
I'm trying to centralize config.
2023-11-16 23:49:33 +00:00

11 lines
189 B
PHP

<?php
$config_replay_database = [
'server' => '127.0.0.1',
'username' => 'username',
'password' => 'password',
'database' => 'replays',
'prefix' => 'ps_',
'charset' => 'utf8mb4',
];