shiveshnavin commited on
Commit
4a48d17
·
1 Parent(s): bae3b9b
Files changed (4) hide show
  1. .gitignore +2 -1
  2. .gitmodules +0 -3
  3. common-creds +0 -1
  4. config.json +1 -1
.gitignore CHANGED
@@ -16,4 +16,5 @@ package-lock.json
16
  functions/*.log
17
  **.log
18
  uploads/
19
- uploads/**
 
 
16
  functions/*.log
17
  **.log
18
  uploads/
19
+ uploads/**
20
+ audit_log_creds.json
.gitmodules CHANGED
@@ -1,6 +1,3 @@
1
  [submodule "common-utils"]
2
  path = common-utils
3
  url = https://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@github.com/shiveshnavin/common-utils
4
- [submodule "common-creds"]
5
- path = common-creds
6
- url = https://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@github.com/shiveshnavin/common-creds
 
1
  [submodule "common-utils"]
2
  path = common-utils
3
  url = https://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@github.com/shiveshnavin/common-utils
 
 
 
common-creds DELETED
@@ -1 +0,0 @@
1
- Subproject commit 5e7f22af79dfea56918ce3d6a5757fb796d474be
 
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "disable_cache": "1",
3
  "appname": "semibit-media-render-farm",
4
- "audit_log_creds": "common-creds/firebase/semibit-admin.json"
5
  }
 
1
  {
2
  "disable_cache": "1",
3
  "appname": "semibit-media-render-farm",
4
+ "audit_log_creds": "audit_log_creds.json"
5
  }