File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 33 "project_slug" : " {{ cookiecutter.project_name|lower|replace(' ', '-') }}" ,
44 "domain_main" : " {{cookiecutter.project_slug}}.com" ,
55 "domain_staging" : " stag.{{cookiecutter.domain_main}}" ,
6+ "domain_base_api_url" : " http://{{cookiecutter.domain_main}}/api/v1" ,
7+ "domain_base_ws_url" : " ws://{{cookiecutter.domain_main}}/api/v1" ,
68
79 "docker_swarm_stack_name_main" : " {{cookiecutter.domain_main|replace('.', '-')}}" ,
810 "docker_swarm_stack_name_staging" : " {{cookiecutter.domain_staging|replace('.', '-')}}" ,
1618 "smtp_user" : " " ,
1719 "smtp_password" : " " ,
1820 "smtp_emails_from_email" : " info@{{cookiecutter.domain_main}}" ,
21+ "smtp_emails_from_name" : "Symona Adaro,
22+ "smtp_emails_to_email" : " info@{{cookiecutter.domain_main}}" ,
1923
2024 "postgres_password" : " changethis" ,
2125 "pgadmin_default_user" : " {{cookiecutter.first_superuser}}" ,
2226 "pgadmin_default_user_password" : " {{cookiecutter.first_superuser_password}}" ,
27+ "neo4j_password" : " changethis" ,
2328
2429 "traefik_constraint_tag" : " {{cookiecutter.domain_main}}" ,
2530 "traefik_constraint_tag_staging" : " {{cookiecutter.domain_staging}}" ,
You can’t perform that action at this time.
0 commit comments