[Notes] [Git][BuildGrid/buildgrid][jmac/expand-user-for-tls] Updating configs with `!path`.



Title: GitLab

finn pushed to branch jmac/expand-user-for-tls at BuildGrid / buildgrid

Commits:

3 changed files:

Changes:

  • buildgrid/_app/settings/cas.yml
    ... ... @@ -17,7 +17,7 @@ instances:
    17 17
     
    
    18 18
         storages:
    
    19 19
             - !disk-storage &main-storage
    
    20
    -          path: ~/cas/
    
    20
    +          path: !expand-path $HOME/cas/
    
    21 21
     
    
    22 22
         services:
    
    23 23
           - !cas
    

  • buildgrid/_app/settings/default.yml
    ... ... @@ -17,7 +17,7 @@ instances:
    17 17
     
    
    18 18
         storages:
    
    19 19
             - !disk-storage &main-storage
    
    20
    -          path: ~/cas/
    
    20
    +          path: !expand-path $HOME/cas/
    
    21 21
     
    
    22 22
         services:
    
    23 23
           - !action-cache &main-action
    

  • buildgrid/_app/settings/remote-storage.yml
    ... ... @@ -19,10 +19,10 @@ instances:
    19 19
             - !remote-storage &main-storage
    
    20 20
               url: "http://localhost:50052"
    
    21 21
               instance_name: main
    
    22
    -          credentials:
    
    23
    -            tls-client-key: null
    
    24
    -            tls-client-cert: null
    
    25
    -            tls-server-cert: null
    
    22
    +#          credentials:
    
    23
    +#            tls-client-key: null
    
    24
    +#            tls-client-cert: null
    
    25
    +#            tls-server-cert: null
    
    26 26
     
    
    27 27
         services:
    
    28 28
           - !action-cache &main-action
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]