Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

exactassembly/cerise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cerise

Docker based Yocto build environments

usage:

python3 cerise.py

configuration:

Relies on variable CERISE_CONFIG being set to location of configuration file.

MONGODB_SETTINGS = {
	'db': 'DATABASE_NAME',
	'username': 'DATABASE_USERNAME',
	'password': 'DATABASE_PASSWORD'
}

SECRET_KEY='YOUR_SECRET_KEY'