|
@@ -50,7 +50,8 @@ android {
|
|
|
productFlavors {
|
|
|
product {
|
|
|
buildConfigField "String", "originalPackageName", "\"com.dbs.mplus.fatima\""
|
|
|
- buildConfigField "String", "CONSENT_SERVER_URL", "\"https://consent.fatima.or.kr/\""
|
|
|
+ buildConfigField "String", "CONSENT_SERVER_URL", "\"http://consent2.fatima.or.kr:8888/\""
|
|
|
+// buildConfigField "String", "CONSENT_SERVER_URL", "\"https://consent.fatima.or.kr:8888/\""
|
|
|
buildConfigField "String", "CONSENT_EFORM_SERVER_URL", "\"https://eform.fatima.or.kr/eformservice.aspx/\""
|
|
|
buildConfigField "String", "INST_CD", "\"111\""
|
|
|
manifestPlaceholders = [appLabel: "파티마병원"]
|
|
@@ -59,14 +60,11 @@ android {
|
|
|
dev {
|
|
|
applicationIdSuffix ".dev"
|
|
|
buildConfigField "String", "originalPackageName", "\"com.dbs.mplus.fatima\""
|
|
|
-// buildConfigField "String", "CONSENT_SERVER_URL", "\"http://192.168.43.170/\"" // Local
|
|
|
-// buildConfigField "String", "CONSENT_SERVER_URL", "\"http://192.168.100.124:8070/\""
|
|
|
-
|
|
|
-// buildConfigField "String", "CONSENT_SERVER_URL", "\"http://172.16.10.193:80/\""
|
|
|
- buildConfigField "String", "CONSENT_SERVER_URL", "\"http://192.168.0.3:80/\""
|
|
|
+// buildConfigField "String", "CONSENT_SERVER_URL", "\"http://172.16.10.194/\"" // Local
|
|
|
+ buildConfigField "String", "CONSENT_SERVER_URL", "\"http://192.168.100.124:8888/\""
|
|
|
|
|
|
buildConfigField "String", "CONSENT_EFORM_SERVER_URL", "\"http://192.168.100.124:8090/eformservice.aspx/\""
|
|
|
-// buildConfigField "String", "CONSENT_EFORM_SERVER_URL", "\"http://192.168.43.170:8070/eformservice.aspx/\""
|
|
|
+// buildConfigField "String", "CONSENT_EFORM_SERVER_URL", "\"http://172.16.10.194:8070/eformservice.aspx/\"" // Local
|
|
|
buildConfigField "String", "INST_CD", "\"111\""
|
|
|
manifestPlaceholders = [appLabel: "파티마병원 교육"]
|
|
|
}
|