This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Captain
/
dero-pool
Watch
3
Star
2
Fork
2
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rename config.json to config_example.json to avoid conflicts
set version
master
clintar
7 years ago
parent
b148a82a0f
commit
055f8d8116
3 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+0
-0
config_example.json
+1
-1
lib/configReader.js
+ 1
- 0
.gitignore
View File
@@ -2,3 +2,4 @@ node_modules/
.idea/
config.json
logs/
/nbproject/private/
config.json → config_example.json
View File
+ 1
- 1
lib/configReader.js
View File
@@ -56,4 +56,4 @@ for(var configOption in donationAddresses) {
}
}
global.version = "v1.1.
4
";
global.version = "v1.1.
5_uni
";
Write
Preview
Loading…
Cancel
Save