mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-25 03:00:48 -05:00
8 lines
161 B
Go
8 lines
161 B
Go
package constants
|
|
|
|
const (
|
|
DefaultCloudHost = "pipes.turbot.com"
|
|
LegacyDefaultCloudHost = "cloud.steampipe.io"
|
|
DefaultWorkspaceDatabase = "local"
|
|
)
|