Skip to content

Instantly share code, notes, and snippets.

@samlinux
Created March 17, 2022 09:28
Show Gist options
  • Save samlinux/66032b55f48a43836167ba048e4818e8 to your computer and use it in GitHub Desktop.
Save samlinux/66032b55f48a43836167ba048e4818e8 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
dfx canister id backend
> rrkah-fqaaa-aaaaa-aaaaq-cai
export const environment = {
production: false,
canisterId: 'rrkah-fqaaa-aaaaa-aaaaq-cai',
host: 'http://localhost:8000'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment