Skip to content

Commit

Permalink
Update example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer authored May 30, 2024
1 parent 360af90 commit 8d3cec7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/strelka_ui/example.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Strelka connection information (OPTIONAL / HAS DEFAULTS).
export STRELKA_HOST=strelkatap.stage.cse.target.com
export STRELKA_PORT=8443
export STRELKA_CERT=/Users/Z0029ZB/Library/Application Support/JetBrains/PyCharmCE2024.1/scratches/strelka_cert.crt
export STRELKA_HOST=
export STRELKA_PORT=
export STRELKA_CERT=

# Fully qualified postgres db url (with protocol, user, pass, host and db) (OPTIONAL / HAS DEFAULTS).
export DATABASE_URL=
Expand All @@ -28,4 +28,4 @@ export VIRUSTOTAL_API_KEY=
export VIRUSTOTAL_API_LIMIT=

# Default Submission Exclusions
export DEFAULT_EXCLUDED_SUBMITTERS=["ExcludeUser"]
export DEFAULT_EXCLUDED_SUBMITTERS=["ExcludeUser"]
3 changes: 3 additions & 0 deletions ui/public/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
window.appConfig = {
baseUrl: '/' // Change this to modify the base_url to be used as a prefix to routes.
};

0 comments on commit 8d3cec7

Please sign in to comment.