Update store.go

This commit is contained in:
İsmail
2024-11-04 13:51:29 +03:00
committed by GitHub
parent d6c1278368
commit 81527274e2

View File

@@ -136,6 +136,7 @@ const (
MysqlStoreEngine StoreEngine = "mysql"
postgresDsnEnv = "NETBIRD_STORE_ENGINE_POSTGRES_DSN"
mysqlDsnEnv = "NETBIRD_STORE_ENGINE_MYSQL_DSN"
)
func getStoreEngineFromEnv() StoreEngine {