-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
23 lines (23 loc) · 754 Bytes
/
config.js
File metadata and controls
23 lines (23 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module.exports = {
site: {
name: 'Fast License',
title: 'Fast License - Lisanslama Sistemi',
description: 'Fast License ücretsiz bir lisanslama sistemidir.',
keywords: 'fast, license, fast license, fastlicense, fastuptime, fast uptime, fastuptime.com',
url: 'https://fastlicense.com',
},
admins: [
{
username: 'admin',
password: 'admin',
avatar: "https://i.hizliresim.com/gy1ppnp.jpg",
},
{
username: 'admin2',
password: 'admin2',
avatar: "https://i.hizliresim.com/gy1ppnp.jpg",
}
],
mongodb: "mongodb://127.0.0.1:27017/fastlicense", // NodeJs v18 localhost --> 127.0.0.1
port: 80,
};