mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
remove remote schema env var note (#1932)
This commit is contained in:
parent
b5188e79f4
commit
1c6e962776
@ -192,7 +192,7 @@ const addResolver = () => {
|
||||
|
||||
const requestMsg = 'Adding remote schema...';
|
||||
const successMsg = 'Remote schema added successfully';
|
||||
const errorMsg = 'Adding schema failed';
|
||||
const errorMsg = 'Adding remote schema failed';
|
||||
|
||||
const customOnSuccess = data => {
|
||||
Promise.all([
|
||||
|
@ -78,9 +78,7 @@ You need to enter the following information:
|
||||
|
||||
.. note::
|
||||
|
||||
- Currently there is no validation that an environment variable is actually available at the time
|
||||
of this configuration, so any errors in this configuration will result in a runtime error.
|
||||
- During **local development** using docker and a localhost server, ensure the Hasura docker container can reach
|
||||
During **local development** using docker and a localhost server, ensure the Hasura docker container can reach
|
||||
the server endpoint on the host. i.e. use ``host.docker.internal`` on mac or ``docker.for.win.localhost`` on
|
||||
windows.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user