Skip to content
Snippets Groups Projects
Select Git revision
  • 56ebe08b90860f353a20435bd1e533f77083904d
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

article-card.pcss

Blame
  • env.example 337 B
    # Base variables
    
    DATABASE_URL=postgres://majak:majak@localhost:5432/majak
    OIDC_RP_REALM_URL=http://localhost:8080/realms/master/
    OIDC_RP_CLIENT_ID=majak
    OIDC_RP_CLIENT_SECRET=KFo7EfYPTrwdWxykl9hAf7WgwL8smYzP
    
    # Production
    
    DJANGO_SECRET_KEY=123456
    DJANGO_ALLOWED_HOSTS=
    CELERY_BROKER_URL=redis://127.0.0.1:6379/0
    CELERY_RESULT_BACKEND=