-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.d~
77 lines (49 loc) · 1.42 KB
/
configuration.d~
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
68
69
####This is the page used to configure Mango Jane
####To run Mango Jane the following information is needed
#### The "#" character means the line will be ignored
#### all other lines must meet the system setup
#### Advanced use instructions are being made
######################################
####Email Server
####This info is used to
####set up the email server
######################################
#email_Server_Name: mail.myurl.com
localhost
#email_Main_User_Name: [email protected]
home
#email_Mail_User_Password: myPa$$w0rd
1qazZAQ!
#email_url: myurl.com
#### Yes, this is redundant from info above
localhost
#email_uses_SSL: 1
#### (type 1 for yes and 0 for no)
1
#pop3_Port: 0
### port used for POP3 (type 0 to use default. 0 is best for localhost use)
0
###########################################
####
####MYSQL Database Setup
####
###########################################
#MYSQL_host: localhost
localhost
#MYSQL_database: txtCLI
txtCLI
#MYSQL_username: root
root
#MYSQL_password: myPa$$w0rd
mullet11
###########################################
###
###Mango Jane Admin
###
###########################################
#admins: [email protected], [email protected]
#### Description: The email addresses of all those who
#### can create apps, seperated by a comma. Write down 'all'
#### if everyone has this ability.
#### Note: modifications can only be done by the apps admins
all