Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. # AMPDBHOST: the host to connect to the database named 'asterisk'
  3. AMPDBHOST=localhost
  4.  
  5. # AMPDBUSER: the user to connect to the database named 'asterisk'
  6. AMPDBUSER=freepbx
  7.  
  8. # AMPDBENGINE: the type of database to use
  9. AMPDBENGINE=mysql
  10.  
  11. # AMPDBPASS: the password for AMPDBUSER
  12. AMPDBPASS=fpbx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement