config: rename SOURCE to LOGRAGE_SOURCE
This commit is contained in:
parent
d4fada9f6c
commit
68fd3aea39
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class ActiveJob::ApplicationLogSubscriber < ::ActiveJob::LogSubscriber
|
||||||
end
|
end
|
||||||
data[:tags] = tags
|
data[:tags] = tags
|
||||||
data[:type] = 'tps'
|
data[:type] = 'tps'
|
||||||
data[:source] = ENV['SOURCE']
|
data[:source] = ENV['LOGRAGE_SOURCE']
|
||||||
|
|
||||||
log(data)
|
log(data)
|
||||||
end
|
end
|
||||||
|
|
|
@ -114,7 +114,7 @@ LOGRAGE_ENABLED="disabled"
|
||||||
# * For local development: tps_local
|
# * For local development: tps_local
|
||||||
# * For preproduction: tps_staging
|
# * For preproduction: tps_staging
|
||||||
# * For production: tps_prod
|
# * For production: tps_prod
|
||||||
SOURCE="tps_local"
|
LOGRAGE_SOURCE="tps_local"
|
||||||
|
|
||||||
# External service: timestamping a daily archive of dossiers status changes
|
# External service: timestamping a daily archive of dossiers status changes
|
||||||
UNIVERSIGN_API_URL="https://ws.universign.eu/tsa/post/"
|
UNIVERSIGN_API_URL="https://ws.universign.eu/tsa/post/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue