Skip to content

Commit e5b1253

Browse files
committed
fixes
1 parent 94c0558 commit e5b1253

3 files changed

Lines changed: 67 additions & 8 deletions

File tree

js_npm/rest/cyclotron/package-lock.json

Lines changed: 58 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js_npm/rest/realworld-app/ormconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
"type": "mysql",
33
"host": "localhost",
4-
"port": 3306,
4+
"port": process.env.DB_PORT || 3306,
55
"username": "test",
66
"password": "test",
77
"database": "test",

js_npm/rest/realworld-app/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4782,7 +4782,14 @@
47824782
"resolved" "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz"
47834783
"version" "0.1.15"
47844784

4785-
"rimraf@^2.6.1", "rimraf@^3.0.0":
4785+
"rimraf@^2.6.1":
4786+
"integrity" "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w=="
4787+
"resolved" "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz"
4788+
"version" "2.7.1"
4789+
dependencies:
4790+
"glob" "^7.1.3"
4791+
4792+
"rimraf@^3.0.0":
47864793
"integrity" "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="
47874794
"resolved" "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
47884795
"version" "3.0.2"

0 commit comments

Comments
 (0)