Skip to content

Commit

Permalink
Removed default API_TOKEN_EXPIRY value so now it will default to 8640…
Browse files Browse the repository at this point in the history
…0 seconds (1 day) if not overridden by group or staff status.
  • Loading branch information
genghisken committed Dec 4, 2024
1 parent adffb3b commit e8439b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psat_server_web/atlas/generate_mod_wsgi_apachectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
# export DJANGO_PANSTARRS_BASE_URL=''
# export API_TOKEN_EXPIRY=''

export API_TOKEN_EXPIRY='1000000000'

if [ -f ~/.config/django/django_env_$CONDA_DEFAULT_ENV ]; then chmod 600 ~/.config/django/django_env_$CONDA_DEFAULT_ENV; source ~/.config/django/django_env_$CONDA_DEFAULT_ENV; fi

export APACHEPATH="/tmp/atlas"
Expand Down

0 comments on commit e8439b0

Please sign in to comment.