8 lines
167 B
PHP
8 lines
167 B
PHP
<?php
|
|
/**
|
|
* Do not edit this file!
|
|
* Copy and name it config.php to override these defaults.
|
|
*/
|
|
return [
|
|
'path_to_chat_json_file' => '/dev/shm/database.json'
|
|
]; |