summaryrefslogtreecommitdiffstats
path: root/tokens.yaml
blob: c6a430f638612ff9c896428b9b6a49a150418e15 (plain)
1
2
3
4
5
6
7
8
9
10
lava_server_users:
  - name: example
    token: longrandomtoken
    password: examplepassword

callback_tokens:
  - filename: example
    username: example
    token: longrandomtokencallback
    description: example-callback
s="c1">// Project Status definition const ( StatusErrorConfig = "ErrorConfig" StatusDisable = "Disable" StatusEnable = "Enable" StatusPause = "Pause" StatusSyncing = "Syncing" ) // ProjectConfig is the config for one project type ProjectConfig struct { ID string `json:"id"` ServerID string `json:"serverId"` Label string `json:"label"` ClientPath string `json:"clientPath"` ServerPath string `json:"serverPath"` Type ProjectType `json:"type"` Status string `json:"status"` IsInSync bool `json:"isInSync"` DefaultSdk string `json:"defaultSdk"` }