mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 00:02:37 -04:00
8 lines
161 B
Go
8 lines
161 B
Go
package constants
|
|
|
|
const (
|
|
DefaultCloudHost = "pipes.turbot.com"
|
|
LegacyDefaultCloudHost = "cloud.steampipe.io"
|
|
DefaultWorkspaceDatabase = "local"
|
|
)
|