1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 05:33:35 +00:00

chore: various tweaks to support running tests in the CI

هذا الالتزام موجود في:
Adam Cooke
2021-07-26 17:38:03 +00:00
الأصل 9288d642b9
التزام c09ab62d0c
21 ملفات معدلة مع 334 إضافات و103 حذوفات

عرض الملف

@@ -8,8 +8,8 @@ require 'bundler/setup' # Set up gems listed in the Gemfile.
require_relative '../lib/postal/config'
Postal.check_config!
ENV['DATABASE_URL'] = Postal.database_url
ENV['RAILS_ENV'] = Postal.config.rails&.environment || 'development'
if ENV['PROC_NAME']
$0="[postal] #{ENV['PROC_NAME']}"
end