Skip to content

Commit

Permalink
removing obstracts refs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Nov 6, 2024
1 parent b951ddf commit b276eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ However, if you just want to experiment, set the following values

## Django Settings

These are all Django settings, defined in `obstracts/settings.py`
These are all Django settings, defined in `stixify/settings.py`

* `DJANGO_SECRET`: `insecure_django_secret`
* `DJANGO_DEBUG`: `True`
Expand All @@ -16,7 +16,7 @@ These are all Django settings, defined in `obstracts/settings.py`

## Postgres Settings

These are all Django settings, defined in `obstracts/settings.py`
These are all Django settings, defined in `stixify/settings.py`

* `POSTGRES_HOST`: `pgdb`
* `POSTGRES_PORT`: BLANK
Expand Down
2 changes: 1 addition & 1 deletion tests/add_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def poll_job_status(job_id, max_retries=10, interval=5):
# Main function to run the tests with two file uploads in sequence
def run_test():
# Test values for the first file
profile_id = "24debd60-1774-5587-a6ce-e2e24879b7b4"
profile_id = "2919ca71-e60c-5aad-81f7-8cf561645d03"
mode = "pdf"
name = "Fanged data good PDF"
tlp_level = "clear"
Expand Down

0 comments on commit b276eb4

Please sign in to comment.