mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved files to config folders, and updated pm2 command
This commit is contained in:
7
server/config/cert_config.example.js
Normal file
7
server/config/cert_config.example.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var cert = {
|
||||
privateKey: 'XX',
|
||||
certificate: 'XX',
|
||||
ca: 'XX'
|
||||
}
|
||||
|
||||
module.exports = cert;
|
||||
Reference in New Issue
Block a user