diff --git a/Cargo.lock b/Cargo.lock index 624be28f7c..ef66013bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,6 +665,7 @@ dependencies = [ "ic-cdk-macros", "ic-certified-map", "ic-types 0.1.5", + "lazy_static", "rand 0.8.4", "rand_chacha 0.2.2", "rand_core 0.5.1", diff --git a/Dockerfile b/Dockerfile index ef34a2ccba..2ab1618729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,6 @@ FROM deps as build COPY . . -ENV CANISTER_ID=rdmx6-jaaaa-aaaaa-aaadq-cai ARG II_ENV=production RUN npm ci diff --git a/README.md b/README.md index c0aac5af15..01d79449f5 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,6 @@ Then open `http://localhost:8080` in your browser. Webpack will reload the page npm run format && npm run lint ``` -To customize your canister ID for deployment or particular local development, create a [`.env`](https://www.npmjs.com/package/dotenv) file in the root of the project and add a `CANISTER_ID` attribute. It should look something like -``` -CANISTER_ID=rrkah-fqaaa-aaaaa-aaaaq-cai -``` - Finally, to test workflows like authentication from a client application, you start the sample app: ```bash diff --git a/src/frontend/assets/index.html b/src/frontend/assets/index.html index 19decbceb3..805616526d 100644 --- a/src/frontend/assets/index.html +++ b/src/frontend/assets/index.html @@ -11,22 +11,10 @@
- - + + +