-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
39 lines (39 loc) · 1.74 KB
/
config.php
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
36
37
38
39
<?php
$_CONFIG = array(
'lang' => 'id',
'qrcodes_dir' => 'qrcodes',
'delete_old_files' => true,
'file_lifetime' => 1,
'uploader' => true,
'qr_bgcolor' => '#FFFFFF',
'qr_color' => '#000000',
'session_name' => 'qrSession',
'placeholder' => 'images/placeholder.svg',
'link' => true,
'text' => true,
'email' => true,
'location' => true,
'tel' => true,
'sms' => true,
'whatsapp' => true,
'skype' => true,
'zoom' => true,
'wifi' => true,
'vcard' => true,
'event' => true,
'paypal' => true,
'bitcoin' => false,
'default_tab' => '#link',
'detect_browser_lang' => false,
'google_api_key' => 'YOUR-API-KEY',
'lat' => '40.7127837',
'lng' => '-74.00594130000002',
'color_primary' => false,
'layout' => 'classic',
'sidebar' => 'right',
'accordion' => true,
'rounded_buttons' => '["tabnav", "options", "save"]',
'debug_mode' => false,
'precision' => 'Q',
'relative_path' => '',
);