Update deployment configuration and remove old files
This commit is contained in:
parent
1366982db0
commit
2b1308688d
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import fs from 'fs';
|
||||
|
||||
export const httpsConfig: { key: Buffer; cert: Buffer } = {
|
||||
key: fs.readFileSync("C:\\Users\\Ida Dittrich\\OneDrive - ValueOn AG\\Desktop\\Django_React\\backend\\private.key"),
|
||||
cert: fs.readFileSync("C:\\Users\\Ida Dittrich\\OneDrive - ValueOn AG\\Desktop\\Django_React\\backend\\cert.pem"),
|
||||
};
|
||||
Loading…
Reference in a new issue