-
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.
- Loading branch information
0 parents
commit a524b96
Showing
484 changed files
with
34,828 additions
and
0 deletions.
There are no files selected for viewing
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,36 @@ | ||
# PORT OF THE MICROSERVICE | ||
PORT=3001 | ||
|
||
# URL WHERE THE REVERSE PROXY OF THE CLM-MICROSERVICES IS | ||
DEPLOY_URL=http://localhost/api | ||
|
||
# ADMIN LTI TOOL | ||
UES_BASIC_LAUNCH_RESSOURCE=/basic_launch/adminService | ||
|
||
# MARIADB CONFIGURATION mapps to | ||
MARIA_CONFIG=localhost|3306|clm|root|12345 | ||
|
||
# SMTP HOST/CREDENTIALS/CONFIGS FOR RECEIVING EMAILS WHEN REGISTERING. Do not leave blank in production! | ||
SMTP_HOST= | ||
SMTP_PORT= | ||
SMTP_FROM= | ||
SMTP_USER= | ||
SMTP_PASS= | ||
|
||
# THE BASE_PATH DEFINES THE SUBPATH WHERE ALL ROUTES SHOULD BE DEPLOYED | ||
BASE_PATH=/core | ||
|
||
# THE SECRET FOR THE JWT TOKENS | ||
TOKEN_SECRET=secret | ||
|
||
# CLM_ROOT_USER | ||
[email protected] | ||
|
||
# CLM_ROOT_PASSWORD | ||
CLM_ROOT_PASSWORD=ABC123 | ||
|
||
# WHEN SET TO TRUE, THE ERRORS WILL BE RETURNED TO THE CLIENT. IF NOT ONLY A STATUS CODE WILL BE RETURNED | ||
DISABLE_ERR_RESPONSE=false | ||
|
||
# WHETHER TO ALLOW ACCESS_TOKEN FROM EXTERNAL OIDC PROVIDERS | ||
OIDC_PROVIDERS=[] |
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,4 @@ | ||
node_modules/ | ||
/data | ||
.env | ||
available_routes |
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,8 @@ | ||
# Project Authors | ||
|
||
> CLM Developers {[email protected]} | ||
* Christopher Krauss {[email protected]} | ||
* The-Anh Nguyen {[email protected]} | ||
* Truong-Sinh An {[email protected]} | ||
|
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,3 @@ | ||
# Changelog | ||
|
||
> Please document the releases (version numbers) in descending order |
Oops, something went wrong.