Commit 47fcf885 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 538180a3
LOCAL_TOKEN=678421709:AAHzJaYzdoVzKfbNfACmEpxQffo50pqQ5Os
SERVER_TOKEN=551703416:AAHdxn4fGIUAKk7Jb50zOQAHiER7gxa05Wk
HOST_Local=localhost
HOST_Server=172.17.0.1
DB_PASS_SERVER=root
CHANNEL_LOCAL=-1001376048500
CHANNEL_SERVER=-1001484268097
HETZNER_TOKEN=gCIC0wViuBRyN6RLgNebsdFbM7bqlJi0Dg8Rppy1IyTWpZsAnSNGlDIOt0pmyA3l
PING=false
function initOs() {
if (process.platform === 'darwin' || process.platform === 'win32')
process.env.DEBUG = 'true';
else
process.env.DEBUG = 'false'
}
module.exports =
{
initOs:initOs
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment