Skip to content

Commit

Permalink
Merge pull request #198 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jlaney authored Apr 25, 2022
2 parents 7224d6f + 8ce21ea commit 6a08b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/base_settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'PASSWORD': os.getenv('DATABASE_PASSWORD', None),
}
}
DEFAULT_AUTO_FIELD='django.db.models.AutoField'

MEMCACHED_SERVERS = []
MEMCACHED_SERVER_COUNT = int(os.getenv('MEMCACHED_SERVER_COUNT', 0))
Expand Down

0 comments on commit 6a08b3a

Please sign in to comment.