diff --git a/.drone.jsonnet b/.drone.jsonnet index 8b4abcd..3a3aa33 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,7 +36,7 @@ registry: 'gitea.pb42.de', repo: 'gitea.pb42.de/matthias/reflex-ipad', config: { from_secret: 'dockerconfigjson' }, - build_args: ['API_URL=https://ipad.pb42.de/api'], + build_args: ['API_URL=https://ipad.pb42.de'], }, depends_on: [ 'builder' diff --git a/deploy/rxconfig.py b/deploy/rxconfig.py index cf8604e..ef881f7 100644 --- a/deploy/rxconfig.py +++ b/deploy/rxconfig.py @@ -3,6 +3,6 @@ import reflex as rx config = rx.Config( app_name="reflex_ipad", db_url="postgresql://ipad:uizJOcDZR3qKLUJuAeSr8WG8onJ1vsUQB2zgE5NIKcpLGT5EF3x7JBkPs@db:5432/ipad", - api_url="https://ipad.pb42.de/ipad", + api_url="https://ipad.pb42.de", env=rx.Env.PROD, )