Skip to content

Commit

Permalink
install_db_name env var
Browse files Browse the repository at this point in the history
  • Loading branch information
binaek committed Oct 6, 2021
1 parent ef652a4 commit 0ec5c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const (
EnvUpdateCheck = "STEAMPIPE_UPDATE_CHECK"
EnvInstallDir = "STEAMPIPE_INSTALL_DIR"
EnvConnectionString = "STEAMPIPE_CONNECTION_STRING"
EnvInstallDatabase = "STEAMPIPE_INSTALL_DATABASE"
EnvDatabase = "STEAMPIPE_DATABASE"
EnvAPIKey = "STEAMPIPE_API_KEY"
EnvServicePassword = "STEAMPIPE_DATABASE_PASSWORD"
Expand Down

0 comments on commit 0ec5c6f

Please sign in to comment.