Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Aeolus-Framework/AeolusWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AeolusWebsite

Build Status

A Front End prototype in progress for the Aeolus Webapp

Enviroment variables avaliable

name description default
MONGODB_HOST Host with a mongo instance running, may include port number
MONGODB_DATABASE Database to use
GOOGLE_CLIENT_ID Google OAuth client ID
GOOGLE_CLIENT_SECRET Google OAuth client secret
MONGODB_USERNAME (optional) Username to access database None
MONGODB_PASSWORD (optional) Password to access database None
API_HOST (optional) Host and path to root of aeolus API "https://aeolus.se/api"
JWT_ISSUER (optional) Issuer to use when creating and verifying JWTs "none"
JWT_SECRET (optional) Secret to use when creating and verifying JWTs "123"
PORT (optional) Port that server will listen on 5500