feat: User Registration

master
Bo-Yi Wu 2019-06-20 22:39:10 +08:00
parent 1dda1b3d7b
commit de0c6a037c
1 changed files with 6 additions and 0 deletions

View File

@ -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 %}