You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
539 B
PHP

<?php
$config['img_root'] = '/home/xymp/photos/';
$config['video_root'] = '/home/xymp/videos/';
$config['term_logs_root'] = '/home/xymp/termLogs/';
$config['upgrade_file_path'] = "D:/Workspace/Github/xymp_web/uploads/";
$config['upgrade_root'] = "http://localhost/upgrades/";
$config['tmp_dir'] = '/home/xymp/tmp/';
$config['host'] = 'localhost';
$config['database'] = 'xymp';
$config['dbuser'] = 'xymp';
$config['password'] = 'Xymp@2023';
$config['user'] = 'xymp';
$config['group'] = 'xymp';
$config['ffmpeg'] = '/usr/local/bin/ffmpeg';