config: rename SOURCE to LOGRAGE_SOURCE

This commit is contained in:
Pierre de La Morinerie 2022-01-18 12:49:23 +01:00
parent d4fada9f6c
commit 68fd3aea39
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ class ActiveJob::ApplicationLogSubscriber < ::ActiveJob::LogSubscriber
end
data[:tags] = tags
data[:type] = 'tps'
data[:source] = ENV['SOURCE']
data[:source] = ENV['LOGRAGE_SOURCE']
log(data)
end

View file

@ -114,7 +114,7 @@ LOGRAGE_ENABLED="disabled"
# * For local development: tps_local
# * For preproduction: tps_staging
# * For production: tps_prod
SOURCE="tps_local"
LOGRAGE_SOURCE="tps_local"
# External service: timestamping a daily archive of dossiers status changes
UNIVERSIGN_API_URL="https://ws.universign.eu/tsa/post/"