Guest User

Untitled

a guest
Nov 7th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. #set to FALSE to disable database syncing
  4. SYNC_DB=TRUE
  5. #the path to your repo
  6. REPO_PATH='/your/repo/path'
  7. #MySQL database name
  8. MYSQL_DB=''
  9. #MySQL database user
  10. MYSQL_USER=''
  11. #MySQL database password
  12. MYSQL_PASS=''
  13. #Your development domain - i.e. localhost:8888 or example.dev
  14. DEV_DOMAIN='example.dev'
Add Comment
Please, Sign In to add comment