From e507787606b591c506267757711b5199ddb18eb3 Mon Sep 17 00:00:00 2001 From: Wong Joon Hui Date: Thu, 12 May 2022 15:05:37 +0800 Subject: [PATCH] Added restart app button for no config case --- env/1640011627.json | 86 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 env/1640011627.json diff --git a/env/1640011627.json b/env/1640011627.json new file mode 100644 index 0000000..b53bc37 --- /dev/null +++ b/env/1640011627.json @@ -0,0 +1,86 @@ +{ + "data": { + "initial": { + "server_url": "http://hello-world-rewards-booking-api-build.testpigeon.net", + "client_id": "3", + "client_secret": "w5RJ7bMF6NH39aDVyJJV0M1gOg0nZQcO2atVcXyF", + "echo_server_url": "http://hello-world-rewards-booking-api-build.testpigeon.net", + "echo_server_port": "6001", + "kiosk_code": "KIOSK002", + "socket_prefix": "HelloBookingApi_", + "payment_channel_id": "payment#", + "payment_event_type": ".makepayment", + "ic_channel_id": "verification#", + "ic_event_type": ".guestverification", + "aws_access_key": "AKIAXHWEPPPSPOMSLL5R", + "aws_secret_key": "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", + "aws_log_group": "hotel-kiosk" + }, + "current": { + "server_url": "http://hello-world-rewards-booking-api-build.testpigeon.net", + "client_id": "3", + "client_secret": "w5RJ7bMF6NH39aDVyJJV0M1gOg0nZQcO2atVcXyF", + "echo_server_url": "http://hello-world-rewards-booking-api-build.testpigeon.net", + "echo_server_port": "6001", + "kiosk_code": "KIOSK002", + "socket_prefix": "HelloBookingApi_", + "payment_channel_id": "payment#", + "payment_event_type": ".makepayment", + "ic_channel_id": "verification#", + "ic_event_type": ".guestverification", + "aws_access_key": "AKIAXHWEPPPSPOMSLL5R", + "aws_secret_key": "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", + "aws_log_group": "hotel-kiosk", + "debug_code": "1234" + } + }, + "debug": { + "database": { + "total": 2, + "items": [ + { + "connection": "mysql", + "query": "select * from `terminal_im30s` where `serial_number` = '1640011627' and `terminal_im30s`.`deleted_at` is null limit 1;", + "time": 16.16 + }, + { + "connection": "mysql", + "query": "select * from `users` where `name` = '1640011627' and `token` = 'G7AdPthrwWp2EoxT5gn6KE6WVgsfjRdtHBhTzSRNKIKmb4jsRMkcS6O5xSdW' limit 1;", + "time": 0.93 + } + ] + }, + "cache": { + "hit": { + "keys": [ + "473f1f284f2cbfe7c780c97c60a75768" + ], + "total": 1 + }, + "miss": { + "keys": [ + "473f1f284f2cbfe7c780c97c60a75768" + ], + "total": 1 + }, + "write": { + "keys": [], + "total": 0 + }, + "forget": { + "keys": [], + "total": 0 + } + }, + "profiling": [ + { + "event": "request-time", + "time": 0.14534807205200195 + } + ], + "memory": { + "usage": 15141192, + "peak": 15182688 + } + } +} \ No newline at end of file