wip(backend): Work on signup flow
This commit is contained in:
parent
6837f1c8df
commit
98087677be
8 changed files with 135 additions and 90 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue