mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2024-11-17 06:39:26 +08:00
Added domain for frontend
This commit is contained in:
parent
d98c88482d
commit
96ab7ed1d4
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ REST_FRAMEWORK = {
|
|||
)
|
||||
}
|
||||
|
||||
DOMAIN = 'localhost:3000'
|
||||
SITE_NAME = 'localhost:3000'
|
||||
|
||||
DJOSER = {
|
||||
'SEND_ACTIVATION_EMAIL': True,
|
||||
'SEND_CONFIRMATION_EMAIL': True,
|
||||
|
|
Loading…
Reference in a new issue