Skip to content

thevrus/leadux-platform

Repository files navigation

LeadUX

Development server

Production server


Production connection MongoDB

Create .env file, paste code bellow and update variables values

DATABASE_HOST='cluster.foo.mongodb.net'
DATABASE_SRV=true
DATABASE_PORT=27017
DATABASE_NAME='db_name'
DATABASE_USERNAME='username'
DATABASE_PASSWORD='password'

Development connection SQLite

Create .env file, paste code bellow and update variables values

HOST=0.0.0.0
PORT=1337

MODE='development'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors