Skip to content

Oregon-State-4-H/4h-recordbook-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4H Recordbook Backend

Deployment Secret Files

/internal/config/config.json

{
    "max_page_size": 512,
    "cosmos": {
        "production": {
            "endpoint": [...],
            "key": [...]
        },
        "development": {
            "endpoint": [...],
            "key": [...]
        }
    },
    "upc": {
        "endpoint": [...],
        "production": {
            "key": [...]
        },
        "development": {
            "key": [...]
        }
    },
    "auth0": {
        "domain": [...],
        "audience": [...]
    }
}

About

The backend codebase for the 4H Record Book

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages