move reportUrl and reportProjectId from config to setting
This commit is contained in:
@@ -21,9 +21,9 @@ Future<void> main() async {
|
||||
color: Colors.blue,
|
||||
apiURL: "http://192.168.100.150:9090",
|
||||
// apiURL: "https://asia-northeast1-fcs-dev1.cloudfunctions.net/API13",
|
||||
reportURL: "http://petrok.mokkon.com:7071",
|
||||
reportProjectID: "fcs-dev",
|
||||
bucketName: "gs://fcs-dev1-us",
|
||||
// reportURL: "http://petrok.mokkon.com:7071",
|
||||
// reportProjectID: "fcs-dev",
|
||||
// bucketName: "gs://fcs-dev1-us",
|
||||
level: Level.ALL);
|
||||
runApp(App(title: "FCS - Dev"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user