Skip to content

Commit ad81955

Browse files
committed
add config
1 parent 449bae1 commit ad81955

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dev.json
2-
serviceAccount.json
2+
bk.json
33
aquilafcm
44
curl.sh
55
deploy.sh

config/serviceAccount.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"type": "service_account",
3+
"project_id": "",
4+
"private_key_id": "",
5+
"private_key": "",
6+
"client_email": "",
7+
"client_id": "",
8+
"auth_uri": "",
9+
"token_uri": "",
10+
"auth_provider_x509_cert_url": "",
11+
"client_x509_cert_url": "",
12+
"universe_domain": "googleapis.com"
13+
}

0 commit comments

Comments
 (0)