cookiecutter-config-file.yml 1.5 KB

123456789101112131415161718192021222324252627282930
  1. default_context:
  2. project_name: 'AI anchor'
  3. project_slug: 'ai-anchor'
  4. domain_main: 'ai-anchor.com'
  5. domain_staging: 'stag.ai-anchor.com'
  6. docker_swarm_stack_name_main: 'ai-anchor-com'
  7. docker_swarm_stack_name_staging: 'stag-ai-anchor-com'
  8. secret_key: '1df1f2180c7b2550e76a8ccf5e67a76e5321d8c2d3fee4a725f8b80baf9a0c91'
  9. first_superuser: 'admin@ai-anchor.com'
  10. first_superuser_password: 'password'
  11. backend_cors_origins: '["http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:8080", "https://localhost", "https://localhost:4200", "https://localhost:3000", "https://localhost:8080", "http://dev.ai-anchor.com", "https://stag.ai-anchor.com", "https://ai-anchor.com", "http://local.dockertoolbox.tiangolo.com", "http://localhost.tiangolo.com"]'
  12. smtp_port: '587'
  13. smtp_host: ''
  14. smtp_user: ''
  15. smtp_password: ''
  16. smtp_emails_from_email: 'info@ai-anchor.com'
  17. postgres_password: 'password'
  18. pgadmin_default_user: 'admin@ai-anchor.com'
  19. pgadmin_default_user_password: 'password'
  20. traefik_constraint_tag: 'ai-anchor.com'
  21. traefik_constraint_tag_staging: 'stag.ai-anchor.com'
  22. traefik_public_constraint_tag: 'traefik-public'
  23. flower_auth: 'password'
  24. sentry_dsn: ''
  25. docker_image_prefix: ''
  26. docker_image_backend: 'backend'
  27. docker_image_celeryworker: 'celeryworker'
  28. docker_image_frontend: 'frontend'
  29. _copy_without_render: [frontend/src/**/*.html, frontend/src/**/*.vue, frontend/node_modules/*, backend/app/app/email-templates/**]
  30. _template: ./