root/freepbx/branches/AMP-1-10-007/AMP2-UseAmportal/amportal.conf

Revision 288, 1.9 kB (checked in by anonymous, 8 years ago)

This commit was manufactured by cvs2svn to create branch 'AMP-1-10-007'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # This file contains settings for components of the Asterisk Management Portal
2 # Spaces are not allowed!
3 # Run /usr/src/AMP/apply_conf.sh after making changes to this file
4
5 # AMPDBUSER: the user to connect to the 'asterisk' mysql database
6 AMPDBUSER=asteriskuser
7
8 # AMPDBPASS: the password for AMPDBUSER
9 AMPDBPASS=amp109
10
11 # AMPMGRUSER: the user to access the Asterisk manager interface
12 AMPMGRUSER=admin
13
14 # AMPMGRPASS: the password for AMPMGRUSER
15 AMPMGRPASS=amp111
16
17 # AMPWEBROOT: the path to Apache's webroot (leave off trailing slash)
18 AMPWEBROOT=/var/www/html
19
20 # AMPCGIBIN: the path to Apache's cgi-bin dir (leave off trailing slash)
21 AMPCGIBIN=/var/www/cgi-bin
22
23 # AMPWEBADDRESS: the IP address or host name used to access the AMP web admin
24 AMPWEBADDRESS=192.168.1.101
25
26 # FOPPASSWORD: the secred code for performing transfers and hangups in the Flash Operator Panel
27 FOPPASSWORD=passw0rd
28
29 # AUTHTYPE: authentication type to use for web admin
30 # If type set to 'database', the primary AMP admin credentials will be the AMPDBUSER/AMPDBPASS above
31 # valid: none, database
32 AUTHTYPE=none
33
34 # AMPADMINLOGO: Defines the logo that is to be displayed at the TOP LEFT of the admin screen.
35 #         This enables you to customize the look of the administration screen.
36 # NOTE: images need to be saved in the ..../admin/images directory of your AMP install
37 # This image should be 55px in height
38 AMPADMINLOGO=amp.png
39
40 # AMPFOOTERLOGO: Defines the logo that is to be displayed at the BOTTOM RIGHT of the admin screen.
41 #         This enables you to customize the look of the administration screen.
42 # NOTE: images need to be saved in the ..../admin/images directory of your AMP install
43 # This image should be 40px in height
44 AMPFOOTERLOGO=powered_by_amp.png
45
46 # AMPADMINHREF: Defines the where a user is taken if they click on the footer logo
47 #         This enables you to customize the look of the administration screen.
48 AMPADMINHREF=amp.coalescentsystems.ca
Note: See TracBrowser for help on using the browser.