Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: modernize for 0.52.4

...

Edit config.js

  1. Open The Manifold project in your favorite text editor
  2. Open /src/utils/config.js
  3. Comment out the production section of config.js, and uncomment the development section
  4. Open your root pico on localhost:8080 (or wherever your engine is running), open the channels page, find the ECI/DID that has the policy "only allow google owner_did_requested events". If you cannot find this DID, make sure the io.picolabs.google_signin ruleset is installed
  5. Copy the above ECI/DID into ROOT_SECURED_DID in the config.js file.
  6. Edit any other fields in the config file under the development section

...