2023-01-29 12:35:00 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2023-02-03 11:00:13 +00:00
|
|
|
* Do not edit this file!
|
2023-01-29 12:35:00 +00:00
|
|
|
* Copy and name it config.php to override these defaults.
|
|
|
|
*/
|
|
|
|
return [
|
2023-02-03 11:00:13 +00:00
|
|
|
'path_to_chat_json_file' => '/dev/shm/database.json'
|
2023-01-29 12:35:00 +00:00
|
|
|
];
|