remove https config

pull/4/head
Cameron Clough 2022-01-21 01:23:46 +00:00
parent 82ef4d01c7
commit d1451e883e
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 0 additions and 6 deletions

View File

@ -8,11 +8,6 @@ const config = {
httpInterface: '0.0.0.0',
httpPort: 3000,
httpsInterface: '0.0.0.0',
httpsPort: 4430,
sslKey: 'certs/retropilot.key',
sslCrt: 'certs/retropilot.crt',
canSendMail: true, // Skips sending mail, all attempted mail is logged under DEBUG
smtpHost: 'localhost', // credentials for smtp server to send account registration mails. if not filled in, get the generated tokens from the server.log manually
smtpPort: 25,
@ -41,7 +36,6 @@ const config = {
clientSocket: { // Used in development, remove before prod
port: 81,
host: '0.0.0.0',
},
athena: {