github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/projects/mocks/.lcp (about)

     1  ; Configuration file for Liferay Cloud
     2  ; https://www.liferay.com/products/dxp-cloud
     3  default_remote                   = lcp
     4  local_http_port                  = 80
     5  local_https_port                 = 443
     6  disable_autocomplete_autoinstall = true
     7  disable_colors                   = false
     8  notify_updates                   = false
     9  release_channel                  = stable
    10  enable_analytics                 = false
    11  
    12  [remote "lcp"]
    13      ; Default cloud remote
    14      url      = lfr.cloud
    15      username = foo@example.com
    16  
    17  [remote "local"]
    18      ; Default local remote
    19      url      = http://wedeploy.me
    20      username = foo@example.com
    21      token    = mock_token
    22  
    23  [remote "xyz"]
    24      url      = wedeploy.xyz
    25      username = foobar@example.net