-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
36 lines (36 loc) · 1.02 KB
/
dfx.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": 1,
"canisters": {
"internet_identity": {
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz",
"specified_id": "rdmx6-jaaaa-aaaaa-aaadq-cai",
"init_arg": "(opt record { new_flow_origins = opt vec { \"http://localhost:5173\"; \"http://127.0.0.1:5173\"; \"http://localhost:4943\"; \"http://127.0.0.1:4943\" } })",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
}
},
"moto": {
"type": "motoko",
"main": "backend/main.mo"
},
"moto_frontend": {
"type": "assets",
"source": ["frontend/dist"],
"dependencies": ["moto"]
}
},
"networks": {
"local": {
"bind": "127.0.0.1:4943",
"type": "ephemeral"
},
"ic": {
"remote": { "id": { "type": "principal" } },
"type": "persistent"
}
}
}