mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 17:06:48 +00:00
fix prod path
This commit is contained in:
parent
551eb50395
commit
ee2834524e
@ -5,7 +5,7 @@
|
||||
{% if target.database == 'ECLIPSE' -%}
|
||||
api_integration = AWS_ECLIPSE_API_PROD
|
||||
AS
|
||||
'https://8zxk0vgb25.execute-api.us-east-1.amazonaws.com/stg/udf_bulk_rest_api' /* TODO: update when prod is deployed */
|
||||
'https://8zxk0vgb25.execute-api.us-east-1.amazonaws.com/prod/udf_bulk_rest_api' /* TODO: update when prod is deployed */
|
||||
{% else %}
|
||||
api_integration = AWS_ECLIPSE_API_STG_V2
|
||||
AS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user