-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Denis Bykhov <[email protected]> Signed-off-by: Alexander Onnikov <[email protected]> Signed-off-by: Victor Ilyushchenko <[email protected]> Signed-off-by: Andrey Sobolev <[email protected]> Co-authored-by: Denis Bykhov <[email protected]> Co-authored-by: Alexander Onnikov <[email protected]> Co-authored-by: Victor Ilyushchenko <[email protected]>
- Loading branch information
1 parent
9eba1cd
commit 05f1d83
Showing
97 changed files
with
1,741 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,11 +77,11 @@ | |
"args": ["src/__start.ts"], | ||
"env": { | ||
"FULLTEXT_URL": "http://localhost:4710", | ||
// "DB_URL": "mongodb://localhost:27018", | ||
"DB_URL": "mongodb://localhost:27018", | ||
// "DB_URL": "postgresql://postgres:example@localhost:5432", | ||
"DB_URL": "postgresql://[email protected]:26258/defaultdb?sslmode=disable", | ||
// "DB_URL": "postgresql://[email protected]:26258/defaultdb?sslmode=disable", | ||
// "GREEN_URL": "http://huly.local:6767?token=secret", | ||
"SERVER_PORT": "3335", | ||
"SERVER_PORT": "3334", | ||
"METRICS_CONSOLE": "false", | ||
"METRICS_FILE": "${workspaceRoot}/metrics.txt", // Show metrics in console evert 30 seconds., | ||
"STORAGE_CONFIG": "minio|localhost?accessKey=minioadmin&secretKey=minioadmin", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.