Guest User

Untitled

a guest
Jan 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. let g:cakephp_app = $HOME . "/public_html/candycane/app/"
  2. let g:cakephp_auto_set_project = 1
  3. let g:cakephp_use_theme = ""
  4.  
  5. let g:cakephp_log = {
  6. \ 'query' : '/var/log/mysql/query.log',
  7. \ 'access': '/home/www/logs/access/current'
  8. \ }
  9.  
  10. let g:github_user = "violetyk"
  11. let g:github_token = "abf36234a5bb47373102c9d482ce78f5"
Add Comment
Please, Sign In to add comment