We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2b94 commit 300fe48Copy full SHA for 300fe48
2 files changed
shard.lock
@@ -187,7 +187,7 @@ shards:
187
188
pg-orm:
189
git: https://github.com/spider-gazelle/pg-orm.git
190
- version: 2.2.1
+ version: 2.2.2
191
192
pinger:
193
git: https://github.com/spider-gazelle/pinger.git
src/app.cr
@@ -87,6 +87,7 @@ end
87
# SELECTs outside of a transaction are sent to the replica while all writes and
88
# in-transaction reads continue to use the primary connection (PG_DATABASE_URL).
89
PgORM::Database.parse_read(ENV["PG_DATABASE_READ_URL"]?)
90
+PgORM::Settings.to_uri
91
92
# Load the routes
93
PlaceOS::Api::Log.info { "launching #{PlaceOS::Api::APP_NAME} v#{PlaceOS::Api::VERSION} (#{PlaceOS::Api::BUILD_COMMIT} @ #{PlaceOS::Api::BUILD_TIME.strip})" }
0 commit comments