Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
chmod 755 ./scripts/dev.sh
first.ADMIN_USERNAME
and ADMIN_PASSWORD
you defined, or the default, which is:
env/.env.dev
to suit your needs. For more details, check out this guide in our docs.--no-events
to remove the entire event tracking infrastructure, including Kafka/Redpanda, the event service module, and the event ingestion serviceno-webhooks
to remove the webhook service module. This is useful if you donβt need to send webhooks to external services.--no-beat
to remove the celery-beat service module. This is useful if you donβt need to run scheduled tasks.--force-recreate
to force the docker containers to be recreated, even if they already exist. This is useful if you want to rebuild the containers with different flags.Variable Name | (Default) Value | Change? |
---|---|---|
POSTGRES_USER | lotus | β |
POSTGRES_DB | lotus | β |
POSTGRES_PASSWORD | lotus | β |
SECRET_KEY | change_me | β |
ADMIN_USERNAME | change_me | β |
ADMIN_EMAIL | change_me | β |
ADMIN_PASSWORD | change_me | β |
DEBUG | True | |
SELF_HOSTED | True | |
DOCKERIZED | True | |
DJANGO_SETTINGS_MODULE | βlotus.settingsβ | |
NODE_ENV | development | |
VITE_API_URL | βhttp://localhost:8000/β | |
STRIPE_LIVE_SECRET_KEY | sk_live_ | β |
STRIPE_LIVE_CLIENT | ca_ | β |
STRIPE_TEST_SECRET_KEY | sk_test_ | β |
STRIPE_TEST_CLIENT | ca_ | β |
STRIPE_WEBHOOK_SECRET | whsec_ | β |
SVIX_JWT_SECRET | change_me | β |