Add dotenv and config instructions

This commit is contained in:
Henrik Hüttemann
2023-05-25 17:35:21 +02:00
parent efdd2c933f
commit 3d0f505961
6 changed files with 31 additions and 5 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
import dotenv from 'dotenv'
dotenv.config()
import fs from 'node:fs'
import readline from 'node:readline'
import log from './logger'
import { whoami } from './synapse'
import { storage } from './storage'
import readline from 'node:readline'
import { RcUser, createUser } from './users'
import { storage } from './storage'
import { whoami } from './synapse'
log.info('rocketchat2matrix starts.')