Skip to content
Snippets Groups Projects
Commit 508683e5 authored by Daniel's avatar Daniel
Browse files

Move config -> data

parent 6485fcd4
Branches
No related merge requests found
......@@ -5,7 +5,7 @@
'use strict'
// Load config. file early.
require('dotenv').config({ path: 'config/env.conf' })
require('dotenv').config({ path: 'data/env.conf' })
const express = require('express')
const http = require('http')
......
File moved
CHAT_PORT=8081
FIREBASE_CERT=config/firebase.json
FIREBASE_CERT=data/firebase.json
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment