Parcourir la source

:fire: remove app_api_server

Jeremy Zheng il y a 2 ans
Parent
commit
bb6225eace
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deploy/mint.yml

+ 1 - 1
deploy/mint.yml

@@ -20,7 +20,7 @@
         REACT_APP_DOCUMENTS_SERVER: "{{ app_documents_server }}"
         REACT_APP_RPC_SERVER: "{{ app_rpc_server }}"
         REACT_APP_ASSETS_SERVER: "{{ app_assets_server }}"
-        REACT_APP_API_SERVER: "{{ app_api_server }}"
+        REACT_APP_API_SERVER: "https://{{ app_domain }}"
         REACT_ICP_CODE: "{{ app_icp_code }}"
         REACT_APP_QUESTIONNAIRE_LINK: "{{ app_questionnaire_link }}"