20 lines
648 B
Django/Jinja
20 lines
648 B
Django/Jinja
# {{ ansible_managed }}
|
|
logfile: {{ di_timesheet_api_logfile }}
|
|
loglevel: {{ di_timesheet_api_loglevel }}
|
|
|
|
db_host: {{ di_timesheet_api_db_host }}
|
|
db_user: {{ di_timesheet_api_db_user }}
|
|
db_password: {{ di_timesheet_api_db_password }}
|
|
db_name: {{ di_timesheet_api_db_name }}
|
|
|
|
rest_port: {{ di_timesheet_api_rest_port }}
|
|
users_uri: {{ di_timesheet_api_users_uri }}
|
|
users_port: {{ di_timesheet_api_users_port }}
|
|
|
|
mtinfo-client:
|
|
auth:
|
|
public_key: {{ di_timesheet_api_mtinfo_client_public_key }}
|
|
grpc:
|
|
host: {{ di_timesheet_api_mtinfo_client_grpc_host }}
|
|
port: {{ di_timesheet_api_mtinfo_client_grpc_port }}
|