init
This commit is contained in:
parent
f2208376da
commit
26a1c5400b
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ const config = module.exports = { forward: { }, ssl: { } };
|
|||
config.olServer = 'http://localhost';
|
||||
|
||||
// used if all the working directories in one place
|
||||
// must be ending with '/'
|
||||
config.baseDir = '/home/gitbridge/';
|
||||
|
||||
// place of the git repositories
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"name": "olgitbridge",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "olgitbridge",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"active-x-obfuscator": "^0.0.2",
|
||||
"axios": "^0.24.0",
|
||||
|
|
Loading…
Reference in a new issue