feat: User Registration
This commit is contained in:
parent
1dda1b3d7b
commit
de0c6a037c
|
@ -19,6 +19,12 @@ DRONE_LOGS_PRETTY={{ drone_logs_pretty }}
|
|||
DRONE_LOGS_COLOR={{ drone_logs_color }}
|
||||
{% endif %}
|
||||
DRONE_LOGS_DEBUG=true
|
||||
{% if drone_user_create is defined %}
|
||||
DRONE_USER_CREATE={{ drone_user_create }}
|
||||
{% endif %}
|
||||
{% if drone_user_filter is defined %}
|
||||
DRONE_USER_FILTER={{ drone_user_filter }}
|
||||
{% endif %}
|
||||
{% if drone_database_driver is defined and drone_database_driver != "sqlite" %}
|
||||
DRONE_DATABASE_DRIVER={{ drone_database_driver }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user