v1.0.1
This commit is contained in:
@@ -16,6 +16,8 @@ type PlecConfig struct {
|
||||
OriginUrl string `json:"originUrl"`
|
||||
PreviewBase string `json:"previewBase"`
|
||||
SkipExistsCheck bool `json:"skipExistsCheck"`
|
||||
WpUsername string `json:"wpUsername"`
|
||||
WpPassword string `json:"wpPassword"`
|
||||
}
|
||||
|
||||
type ApplovinConfig struct {
|
||||
@@ -69,6 +71,8 @@ func defaultConfig() AppConfig {
|
||||
OriginUrl: "http://167.99.227.249",
|
||||
PreviewBase: "https://playable.applovindemo.com/phaser/",
|
||||
SkipExistsCheck: false,
|
||||
WpUsername: "pm",
|
||||
WpPassword: "nRLz#LV@y#)q@CW@z8fGEPyI",
|
||||
},
|
||||
Applovin: ApplovinConfig{Cookie: "", DelayMs: 5000},
|
||||
SendToMobile: SendToMobileConfig{Port: 0},
|
||||
|
||||
Reference in New Issue
Block a user