mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-23 21:09:15 -05:00
8 lines
161 B
Go
8 lines
161 B
Go
package constants
|
|
|
|
const (
|
|
DefaultPipesHost = "pipes.turbot.com"
|
|
LegacyDefaultPipesHost = "cloud.steampipe.io"
|
|
DefaultWorkspaceDatabase = "local"
|
|
)
|