-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitconfig
More file actions
22 lines (19 loc) · 793 Bytes
/
.gitconfig
File metadata and controls
22 lines (19 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[icp]
# Optional. See "Generating a public/private key pair"
privateKey = ./identity.pem
# Optional. Defaults to w7uni-tiaaa-aaaam-qaydq-cai
canisterId = rwlgt-iiaaa-aaaaa-aaaaa-cai
# Optional. Defaults to https://ic0.app
replicaUrl = http://localhost:8000
# Optional. Defaults to false.
#
# By default, the helper is configured to talk to the main Internet Computer,
# and verifies responses using a hard-coded public key.
#
# This function will instruct the helper to ask the replica for its public
# key, and use that instead. This is required when talking to a local test
# instance, for example.
#
# Only enable this when you are not talking to the main Internet Computer,
# otherwise you are prone to man-in-the-middle attacks.
fetchRootKey = true