🌳
pt0/gamesapp/binF/appCfgF.mjs
5const gamesDbQs = 'gameshetzdb_qs'
6export const dbQsCfg = {
7 dbQsName: gamesDbQs,
8}
10export const deployHistoryStatsF = fetchGamesCountPerDeploy
11export const deployHistoryStatsLabel = '#GAMES'
13export const envConf = {
14 dbSecrets: {
15 db: gamesDbQs,
16 },
17 fromName: 'Games',
18 exceptionsFromEmail: 'noreply@drawinggame.org',
19 fromEmail: 'noreply@drawinggame.org',
22export const svcPortNo = 3011
23export const testSvcPortNo = 13011
24export const healthgqlTestPath = '/'
25export const appPath = 'pt0/gamesapp'
26export const nextBuildHeapMb = 4096