Skip to content

EconLabs/jp-webapp

Repository files navigation

jp-webapp

Environment variables

This should be stored in a .env file in the root of the project.

# Django superuser credentials
DJANGO_SUPERUSER_USERNAME=admin22
DJANGO_SUPERUSER_EMAIL=[email protected]
DJANGO_SUPERUSER_PASSWORD=admin22
SECRET_KEY='django-insecure-yvp)7c@8tzbvp35xmc40^r#%qu8x5a#0mcje7ec5&)dk!61o*u'

# TimescaleDB credentials
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=timescaledb
POSTGRES_HOST=localhost
POSTGRES_PORT=5432

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published