add game for aus
This commit is contained in:
parent
06d13549b5
commit
99adb372e2
2 changed files with 14 additions and 8 deletions
|
|
@ -671,7 +671,13 @@
|
|||
Var TelephoneNumber = "0859586589"
|
||||
WRITE_FILE "/mnt/sdcard/config_taobingame.yaml" ""
|
||||
;APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.233:30487/taobingame"\r\n"
|
||||
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.231:30460"\r\n"
|
||||
If CountryName = "Australia" Then
|
||||
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://nlb-taobingame-service-40430a2f6317ba2f.elb.ap-southeast-1.amazonaws.com:26969"\r\n"
|
||||
Else
|
||||
APPEND_FILE "/mnt/sdcard/config_taobingame.yaml" "API_ENDPOINT: "http://10.0.16.231:30460"\r\n"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Var ACCString !assigned SprintFmt("ACC: "%s"\r\n", TelephoneNumber)
|
||||
DEBUGVAR ACCString
|
||||
|
|
@ -680,7 +686,10 @@
|
|||
Var LangString = "LANG: "EN"\r\n"
|
||||
Else
|
||||
Var LangString = "LANG: "TH"\r\n"
|
||||
|
||||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Var LangString = "LANG: "EN"\r\n"
|
||||
EndIf
|
||||
|
||||
; reset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue