(core) lightly freshen the core readme, mentioning roadmap and forums etc.

Summary: This is a documentation update, and version bump on grist-core.

Test Plan: No code changes.

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2982
This commit is contained in:
Paul Fitzpatrick
2021-08-17 22:20:00 -04:00
parent f9630b3aa4
commit c561dad22d
4 changed files with 18 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
* Note that the code is based on the example at https://github.com/Clever/saml2
*
* Expected environment variables:
* env GRIST_SAML_SP_HOST=https://grist.tigerglobal.com
* env GRIST_SAML_SP_HOST=https://<your-domain>
* Host at which our /saml/assert endpoint will live; identifies our application.
* env GRIST_SAML_SP_KEY
* Path to file with our private key, PEM format.