mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
removed backend configs
This commit is contained in:
parent
dd6f163793
commit
5b857c1724
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
module.exports.CONFIG = {
|
||||
HTTPS: {
|
||||
ENABLED: false,
|
||||
PORT: 3000,
|
||||
PRIVATE_KEY: '/etc/letsencrypt/live/HOSTNAME.org/privkey.pem',
|
||||
CERTIFICATE: '/etc/letsencrypt/live/HOSTNAME.org/cert.pem',
|
||||
CA: '/etc/letsencrypt/live/hostname/chain.pem',
|
||||
},
|
||||
HTTP: {
|
||||
ENABLED: false,
|
||||
PORT: 3000,
|
||||
},
|
||||
DB: { // mongo db config
|
||||
USER: 'user',
|
||||
PASSWORD: 'password',
|
||||
HOSTNAME: 'HOSTNAME.org',
|
||||
PORT: 27017,
|
||||
DATABASE: 'map',
|
||||
},
|
||||
SOCIAL: {
|
||||
VK: {
|
||||
ENABLED: false,
|
||||
SECRET: 'YOUR_VK_SECRET', // secret token
|
||||
APP_ID: 0, // numeric
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue