Skip to content

Commit 81b8159

Browse files
committed
Initital commit
0 parents  commit 81b8159

11 files changed

+2452
-0
lines changed

Diff for: .env.example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
APP_PORT=3000
2+
LUA_ENV_VARIABLE=lua
3+
PROMETHEUS_PATH=C:/Prometheus

Diff for: .gitignore

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Runtime data
7+
pids
8+
*.pid
9+
*.seed
10+
11+
# Directory for instrumented libs generated by jscoverage/JSCover
12+
lib-cov
13+
14+
# Coverage directory used by tools like istanbul
15+
coverage
16+
.nyc_output
17+
coverage.*
18+
19+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
20+
.grunt
21+
22+
# node-waf configuration
23+
.lock-wscript
24+
25+
# Compiled binary addons (http://nodejs.org/api/addons.html)
26+
build/Release
27+
28+
# Dependency directory
29+
node_modules
30+
31+
# Optional npm cache directory
32+
.npm
33+
34+
# Optional REPL history
35+
.node_repl_history
36+
37+
typings/
38+
lib/*.js
39+
test/*.js
40+
*.map
41+
42+
.env
43+
.vscode

0 commit comments

Comments
 (0)