Skip to content

Commit a1c18f9

Browse files
committed
🚸 Improve cookiecutter default template for less typing
1 parent f96e9ea commit a1c18f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cookiecutter.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
"postgres_password": "changethis",
19-
"pgadmin_default_user": "admin@{{cookiecutter.domain_main}}",
19+
"pgadmin_default_user": "{{cookiecutter.first_superuser}}",
2020
"pgadmin_default_user_password": "changethis",
2121

2222
"traefik_constraint_tag": "{{cookiecutter.domain_main}}",
@@ -29,9 +29,11 @@
2929

3030
"sentry_dsn": "",
3131

32-
"docker_image_backend": "backend",
33-
"docker_image_celeryworker": "celeryworker",
34-
"docker_image_frontend": "frontend",
32+
"docker_image_prefix": "",
33+
34+
"docker_image_backend": "{{cookiecutter.docker_image_prefix}}backend",
35+
"docker_image_celeryworker": "{{cookiecutter.docker_image_prefix}}celeryworker",
36+
"docker_image_frontend": "{{cookiecutter.docker_image_prefix}}frontend",
3537

3638
"_copy_without_render": [
3739
"frontend/src/**/*.html",

0 commit comments

Comments
 (0)