Skip to content

Instantly share code, notes, and snippets.

@Aaron2963
Aaron2963 / wp_bv_fw_requests.sql
Created August 2, 2024 03:11
wordpress db schema
CREATE TABLE `wp_bv_fw_requests` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`ip` varchar(50) NOT NULL DEFAULT '',
`status` int(1) NOT NULL DEFAULT 0,
`time` bigint(20) NOT NULL DEFAULT 1388516401,
`path` varchar(100) NOT NULL DEFAULT '',
`host` varchar(100) NOT NULL DEFAULT '',
`method` varchar(100) NOT NULL DEFAULT '',
`resp_code` int(6) NOT NULL DEFAULT 0,
`category` int(1) NOT NULL DEFAULT 4,
@Aaron2963
Aaron2963 / secret-code-set.json
Last active March 5, 2024 09:08
SecretCodeSet: 與各應用服務串接使用之金鑰碼、設定值
{
"totp": {
"secret": "FDE393FE83ACAFEDAD3BC2931",
"timeOffset": -48392
},
"line": {
"accessToken": "xxxxxxx....",
"refreshToken": "xxxxxxx...."
},
"lineNotify": {