Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
accounting
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
accounting
Commits
47fcf885
Commit
47fcf885
authored
Mar 16, 2019
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
538180a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
.env
.env
+9
-0
os.js
utils/os.js
+13
-0
No files found.
.env
0 → 100644
View file @
47fcf885
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
utils/os.js
0 → 100644
View file @
47fcf885
function
initOs
()
{
if
(
process
.
platform
===
'
darwin
'
||
process
.
platform
===
'
win32
'
)
process
.
env
.
DEBUG
=
'
true
'
;
else
process
.
env
.
DEBUG
=
'
false
'
}
module
.
exports
=
{
initOs
:
initOs
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment