Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 614 Bytes

File metadata and controls

18 lines (12 loc) · 614 Bytes

SoloSelect Backend

Environment Variables

SOLOSELECT_PORT: Port for the app default:5001 SOLOSELECT_DB_URI: Port for the app default:mongodb://localhost:27017/st_knowledgebase SOLOSELECT_S3_REGION: S3 region default:eu-central-1 SOLOSELECT_S3_ACC_KEY_ID: S3 Access key Id with write permissions required SOLOSELECT_S3_SEC_ACC_KEY: S3 Secret Access key with write permissions required SOLOSELECT_S3_MEDIA_BUCKET_NAME: Port for the app default:media

npm start

Start the app

npm run dev

Run the app in dev mode. Restarts when change detected