1
0
Fork 0

wip(backend): Work on signup flow

This commit is contained in:
joostdecock 2022-10-31 17:54:49 +01:00
parent 6837f1c8df
commit 98087677be
8 changed files with 135 additions and 90 deletions

View file

@ -1,6 +1,7 @@
import chalk from 'chalk'
// Load environment variables
import dotenv from 'dotenv'
import { asJson } from './utils/index.mjs'
dotenv.config()
const port = process.env.API_PORT || 3000
@ -166,7 +167,7 @@ export function verifyConfig() {
if (process.env.API_DUMP_CONFIG_AT_STARTUP) {
console.log(
'Dumping configuration:',
JSON.stringify(
asJson(
{
...config,
encryption: {