forked from Tomiwa-Ot/e-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
67 lines (61 loc) · 1.08 KB
/
config.ini.sample
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[database]
db_host=""
db_port=""
db_name=""
db_user=""
db_password=""
[braintree]
bt_autoloader=""
environment=""
merchantid=""
public_key=""
private_key=""
[session]
session_name="Session"
# Session2Db isnt required, but a nice thing to have anyways
session2db_autoloader=""
[smtp]
# mail from name
mail_from_name=""
# mail from address
mail_from_address=""
# Contact form email
mail_to_address=""
smtp_host="127.0.0.1"
smtp_port="25"
smtp_username=""
smtp_password=""
[misc]
# abuseipdb
abuseipdb=""
# ClamAV
clam_path=""
# Path to config file
clam_config_path=""
# taxes
tax="0"
# doc title
title="title"
# meta description
description="description"
# meta picture for socials
meta_image=""
# currency
currency_symbol="$"
# timezone - https://www.php.net/manual/en/timezones.php
timezone="GMT"
[contact]
# Physical address
address="Mars"
# The below can be left empty and we'll hide their icons if so
# contact email used on About page
contact_email=""
contact_phone=""
contact_facebook=""
contact_instagram=""
contact_twitter=""
[shipping]
cp_username=""
cp_password=""
cp_mailedby=""
cp_postal=""