-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* purge ens * lint fixes * address review comments * addres comments Co-authored-by: Dan Lipert <[email protected]>
- Loading branch information
1 parent
5e0e770
commit c435440
Showing
40 changed files
with
11 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,6 @@ | |
'dashboard', | ||
'chat', | ||
'quests', | ||
'enssubdomain', | ||
'faucet', | ||
'tdi', | ||
'gas', | ||
|
@@ -555,14 +554,6 @@ def callback(request): | |
EMAIL_USE_TLS = env.bool('EMAIL_USE_TLS', default=True) | ||
SERVER_EMAIL = env('SERVER_EMAIL', default='[email protected]') | ||
|
||
# ENS Subdomain Settings | ||
# The value of ENS_LIMIT_RESET_DAYS should be higher since only one transaction is allowed per user. | ||
# The only reason for a user to make more than one request is when he looses access to the wallet. | ||
ENS_TLD = env('ENS_TLD', default='gitcoin.eth') | ||
ENS_LIMIT_RESET_DAYS = env.int('ENS_LIMIT_RESET_DAYS', default=30) | ||
ENS_OWNER_ACCOUNT = env('ENS_OWNER_ACCOUNT', default='0x00000') | ||
ENS_PRIVATE_KEY = env('ENS_PRIVATE_KEY', default=None) | ||
|
||
# IMAP Settings | ||
IMAP_EMAIL = env('IMAP_EMAIL', default='<email>') | ||
IMAP_PASSWORD = env('IMAP_PASSWORD', default='<password>') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.