-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.php
More file actions
35 lines (31 loc) · 1.37 KB
/
config.php
File metadata and controls
35 lines (31 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
// HTTP
define('HTTP_SERVER', 'https://ocwebpush.lan/');
// HTTPS
define('HTTPS_SERVER', 'https://ocwebpush.lan/');
// DIR
define('DIR_APPLICATION', '/usr/local/ampps/www/opencart-webpush-pwa/catalog/');
define('DIR_SYSTEM', '/usr/local/ampps/www/opencart-webpush-pwa/system/');
define('DIR_IMAGE', '/usr/local/ampps/www/opencart-webpush-pwa/image/');
define('DIR_STORAGE', '/usr/local/ampps/www/opencart-webpush-pwa/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
define('DIR_UPLOAD_VENDOR', '/usr/local/ampps/www/souq/upload/system/storage/vendor');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'mysql');
define('DB_DATABASE', 'ocwebpush');
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
//Webpush
define('PUSH_PUBLIC', 'BI5PjOjLjyaQSOsad3tuzM8c5DsxN7GwYn4GeJk-Kig3WVFSfBtOm5E2_l-Y2GaGsvuC0qM7KaalgJse8HmRH78');
define('PUSH_PRIVATE', 'dWuwTktY61t64vscDgtl5VYA4pgFp0fnVIdVuf0Lt60');