Update env config template

This commit is contained in:
Austin Chen 2022-07-01 11:01:36 -07:00
parent cb68530e2a
commit 53759f412f

View File

@ -18,13 +18,17 @@ export type EnvConfig = {
faviconPath?: string // Should be a file in /public
navbarLogoPath?: string
newQuestionPlaceholders: string[]
// Currency controls
fixedAnte?: number
startingBalance?: number
}
type FirebaseConfig = {
apiKey: string
authDomain: string
projectId: string
region: string
region?: string
storageBucket: string
messagingSenderId: string
appId: string