fixes
This commit is contained in:
parent
41139ee2ab
commit
008e9a92d3
@ -1325,6 +1325,17 @@
|
|||||||
environment: []
|
environment: []
|
||||||
ports: []
|
ports: []
|
||||||
variables:
|
variables:
|
||||||
|
- id: $$config_django_superuser_username
|
||||||
|
name: DJANGO_SUPERUSER_USERNAME
|
||||||
|
label: Django Superuser Username
|
||||||
|
defaultValue: $$generate_username
|
||||||
|
description: ''
|
||||||
|
- id: $$secret_django_superuser_password
|
||||||
|
name: DJANGO_SUPERUSER_PASSWORD
|
||||||
|
label: Django Superuser Password
|
||||||
|
defaultValue: $$generate_password
|
||||||
|
description: ''
|
||||||
|
showOnConfiguration: true
|
||||||
- id: $$config_port
|
- id: $$config_port
|
||||||
name: PORT
|
name: PORT
|
||||||
label: GlitchTip Port
|
label: GlitchTip Port
|
||||||
@ -1425,16 +1436,6 @@
|
|||||||
label: Django Superuser Email
|
label: Django Superuser Email
|
||||||
defaultValue: noreply@example.com
|
defaultValue: noreply@example.com
|
||||||
description: ''
|
description: ''
|
||||||
- id: $$config_django_superuser_username
|
|
||||||
name: DJANGO_SUPERUSER_USERNAME
|
|
||||||
label: Django Superuser Username
|
|
||||||
defaultValue: $$generate_username
|
|
||||||
description: ''
|
|
||||||
- id: $$secret_django_superuser_password
|
|
||||||
name: DJANGO_SUPERUSER_PASSWORD
|
|
||||||
label: Django Superuser Password
|
|
||||||
defaultValue: $$generate_password
|
|
||||||
description: ''
|
|
||||||
- id: $$config_postgres_user
|
- id: $$config_postgres_user
|
||||||
main: $$id-postgresql
|
main: $$id-postgresql
|
||||||
name: POSTGRES_USER
|
name: POSTGRES_USER
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user