fix(backend): fixed config var name in integrations service
This commit is contained in:
parent
22b3ffdc6d
commit
3f52992e33
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@ package integrations
|
|||
import "openreplay/backend/pkg/env"
|
||||
|
||||
type Config struct {
|
||||
TopicRawWeb string
|
||||
PostgresURI string
|
||||
TokenSecret string
|
||||
TopicAnalytics string
|
||||
PostgresURI string
|
||||
TokenSecret string
|
||||
}
|
||||
|
||||
func New() *Config {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue