Skip to content

Commit

Permalink
Fixed export command format (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <aizquier@redhat.com>
  • Loading branch information
akira6592 and Alex-Izquierdo authored Aug 22, 2023
1 parent 5f6db38 commit ed626a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aap_eda/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
* DEBUG
* ALLOWED_HOSTS - A list of allowed hostnames or
a comma separated string.
Ex: export EDA_ALLOWED_HOSTS = "localhost,127.0.0.1"
Ex: export EDA_ALLOWED_HOSTS = '["localhost", "127.0.0.1"]'
Ex: export EDA_ALLOWED_HOSTS="localhost,127.0.0.1"
Ex: export EDA_ALLOWED_HOSTS='["localhost", "127.0.0.1"]'
* SESSION_COOKIE_AGE - Session cookie expiration time
Database settings:
Expand Down

0 comments on commit ed626a5

Please sign in to comment.