diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 12:53:28 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 12:53:28 +0100 |
commit | 46f11648d902b22a177b878e35d6049a7a127ce7 (patch) | |
tree | f59f6630717bc9097c988a6d8d3eebe4ad548f1d /.envs/.local/.django | |
parent | b5e2c4b9a7aab20db6dd6072a01abd114e8e55de (diff) |
Can now upload to Spaces
Diffstat (limited to '.envs/.local/.django')
-rw-r--r-- | .envs/.local/.django | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.envs/.local/.django b/.envs/.local/.django deleted file mode 100644 index e20db73..0000000 --- a/.envs/.local/.django +++ /dev/null @@ -1,14 +0,0 @@ -# General -# ------------------------------------------------------------------------------ -USE_DOCKER=yes -IPYTHONDIR=/app/.ipython -# Redis -# ------------------------------------------------------------------------------ -REDIS_URL=redis://redis:6379/0 - -# Celery -# ------------------------------------------------------------------------------ - -# Flower -CELERY_FLOWER_USER=GtKEXvuJJrEWITDgEQboQqwlxYBwjUfa -CELERY_FLOWER_PASSWORD=Scv4VgYqnUjkkaS2bP4rk6Txn3eFqTYuuXRQRMLCO14BSehv7tzaGgYlPLxRcsyE |