Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apikeybotsule.com
8 changes: 4 additions & 4 deletions settings.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const fs = require('fs')

global.creator = 'Zeeoneofc'// yourname
global.MONGO_DB_URI = "" //database mongodb
global.creator = 'Leeofc'// yourname
global.MONGO_DB_URI = "mongodb+srv://mrizkihermawan28:[email protected]/?retryWrites=true&w=majority&appName=sule01" //database mongodb
global.ACTIVATION_TOKEN_SECRET = "-@Pqnap+@(/1jAPPnew/@10" //isi apa aja bebas
global.your_email = "" //email
global.email_password = "" //application password email
global.your_email = "[email protected]" //email
global.email_password = "smub oeeg iybp cdai" //application password email
global.limitCount = 10000
global.YUOR_PORT = 8000
global.loghandler = {
Expand Down