-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from serlo/big-merge-with-edusharing-integration
Merge with `serlo-editor-for-edusharing`
- Loading branch information
Showing
31 changed files
with
2,660 additions
and
289 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Template - Copy content to `.env` file and add missing (secret) values | ||
|
||
# Set this to 'local' in local development. | ||
# - sets origin to localhost | ||
# - configures cookie handling | ||
ENVIRONMENT=local | ||
|
||
EDITOR_URL=http://localhost:3000/ | ||
|
||
# Secret to enable media upload | ||
SERLO_EDITOR_TESTING_SECRET= | ||
|
||
# Symmetric HS256 key used by ltijs to sign ltik and database entries & to sign the jwt access token | ||
LTIJS_KEY=DONOTUSETHISKEYINPRODUCTION | ||
|
||
MYSQL_URI=mysql://root:secret@mariadb:3306/serlo | ||
|
||
# https://www.mongodb.com/docs/drivers/go/current/fundamentals/connections/connection-guide/#connection-uri | ||
MONGODB_URI=mongodb://mongo:27017/ | ||
|
||
# LTI platform: https://saltire.lti.app/platform | ||
ALLOW_SALTIRE=true | ||
|
||
# LTI platform: edu-sharing mock | ||
ALLOW_EDUSHARING_MOCK=true | ||
|
||
# Keep an empty line at the end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Template - Copy content to `.env` file and add missing (secret) values | ||
|
||
EDITOR_URL=https://edtr.uber.space/ | ||
|
||
# Secret to enable media upload | ||
SERLO_EDITOR_TESTING_SECRET= | ||
|
||
# Symmetric HS256 key used by ltijs to sign ltik and database entries & to sign the jwt access token | ||
LTIJS_KEY= | ||
|
||
# LTI platform: itslearning | ||
ITSLEARNING_URL= | ||
ITSLEARNING_NAME= | ||
SERLO_EDITOR_CLIENT_ID_ON_ITSLEARNING= | ||
ITSLEARNING_AUTHENTICATION_ENDPOINT= | ||
ITSLEARNING_ACCESS_TOKEN_ENDPOINT= | ||
ITSLEARNING_KEYSET_ENDPOINT= | ||
|
||
# LTI platform: edu-sharing (RLP) | ||
EDUSHARING_RLP_URL= | ||
EDUSHARING_RLP_NAME= | ||
SERLO_EDITOR_CLIENT_ID_ON_EDUSHARING_RLP= | ||
EDUSHARING_RLP_AUTHENTICATION_ENDPOINT= | ||
EDUSHARING_RLP_ACCESS_TOKEN_ENDPOINT= | ||
EDUSHARING_RLP_KEYSET_ENDPOINT= | ||
|
||
# LTI tool: edu-sharing (RLP) | ||
EDUSHARING_RLP_LOGIN_ENDPOINT= | ||
EDUSHARING_RLP_LAUNCH_ENDPOINT= | ||
EDUSHARING_RLP_CLIENT_ID_ON_SERLO_EDITOR= | ||
EDUSHARING_RLP_DETAILS_ENDPOINT= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Template - Copy content to `.env` file and add missing (secret) values | ||
|
||
EDITOR_URL=https://edtrdev.uber.space/ | ||
|
||
# Secret to enable media upload | ||
SERLO_EDITOR_TESTING_SECRET= | ||
|
||
# Symmetric HS256 key used by ltijs to sign ltik and database entries & to sign the jwt access token | ||
LTIJS_KEY=DONOTUSETHISKEYINPRODUCTION | ||
|
||
# LTI platform: https://saltire.lti.app/platform | ||
ALLOW_SALTIRE=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Template - Copy content to `.env` file and add missing (secret) values | ||
|
||
EDITOR_URL=https://edtrstag.uber.space/ | ||
|
||
# Secret to enable media upload | ||
SERLO_EDITOR_TESTING_SECRET= | ||
|
||
# Symmetric HS256 key used by ltijs to sign ltik and database entries & to sign the jwt access token | ||
LTIJS_KEY=DONOTUSETHISKEYINPRODUCTION | ||
|
||
# LTI platform: https://saltire.lti.app/platform | ||
ALLOW_SALTIRE=true | ||
|
||
# LTI platform: itslearning (staging) | ||
ITSLEARNING_URL= | ||
ITSLEARNING_NAME= | ||
SERLO_EDITOR_CLIENT_ID_ON_ITSLEARNING= | ||
ITSLEARNING_AUTHENTICATION_ENDPOINT= | ||
ITSLEARNING_ACCESS_TOKEN_ENDPOINT= | ||
ITSLEARNING_KEYSET_ENDPOINT= | ||
|
||
# LTI platform: edu-sharing (RLP) (staging) | ||
EDUSHARING_RLP_URL= | ||
EDUSHARING_RLP_NAME= | ||
SERLO_EDITOR_CLIENT_ID_ON_EDUSHARING_RLP= | ||
EDUSHARING_RLP_AUTHENTICATION_ENDPOINT= | ||
EDUSHARING_RLP_ACCESS_TOKEN_ENDPOINT= | ||
EDUSHARING_RLP_KEYSET_ENDPOINT= | ||
|
||
# LTI tool: edu-sharing (RLP) (staging) | ||
EDUSHARING_RLP_LOGIN_ENDPOINT= | ||
EDUSHARING_RLP_LAUNCH_ENDPOINT= | ||
EDUSHARING_RLP_CLIENT_ID_ON_SERLO_EDITOR= | ||
EDUSHARING_RLP_DETAILS_ENDPOINT= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,8 @@ export default [ | |
}, | ||
}, | ||
|
||
{ ignores: ['dist/**'] }, | ||
|
||
// Our custom rules | ||
ourCustomConfig, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.