Add registration and login templates plus UI stuff, moderation
This commit is contained in:
17
local.env
Normal file
17
local.env
Normal file
@ -0,0 +1,17 @@
|
||||
# Django Configuration
|
||||
DEBUG=1
|
||||
ALLOWED_HOSTS=localhost
|
||||
DATABASE_HOST=db
|
||||
DATABASE_NAME=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
EMAIL_HOST=mail
|
||||
EMAIL_HOST_USER=admin@ojuso.org
|
||||
EMAIL_HOST_PASSWORD=
|
||||
EMAIL_PORT=1025
|
||||
EMAIL_USE_TLS=0
|
||||
SECRET_KEY=kZQPK56roVhFkwPqFF9xZoHFlw38uVuXNCjtXor6FRiieiYds9ltuM6oZeZ75CEe
|
||||
SERVER_EMAIL=Ojuso Platform Notification <livvy@base.nu>
|
||||
|
||||
# Postgres Database Setup
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
Reference in New Issue
Block a user