Skip to content

Commit

Permalink
re-add ENABLE_NOTIFICATIONS_ON_NETWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki authored and octavioamu committed Nov 2, 2018
1 parent 6ba3f11 commit bb47dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
CSRF_TRUSTED_ORIGINS = env.list('CSRF_TRUSTED_ORIGINS', default=['localhost'])

# Notifications - Global on / off switch
KUDOS_NETWORK = env('KUDOS_NETWORK', default='localhost')
ENABLE_NOTIFICATIONS_ON_NETWORK = env('ENABLE_NOTIFICATIONS_ON_NETWORK', default='mainnet')

# Application definition
INSTALLED_APPS = [
Expand Down

0 comments on commit bb47dde

Please sign in to comment.