Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnhNguyenFOKUSFAME committed Feb 1, 2024
0 parents commit a524b96
Show file tree
Hide file tree
Showing 484 changed files with 34,828 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .env.default
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=[]
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
/data
.env
available_routes
8 changes: 8 additions & 0 deletions AUTHORS.md
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]}

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

> Please document the releases (version numbers) in descending order
Loading

0 comments on commit a524b96

Please sign in to comment.