mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
8 lines
183 B
HTML
8 lines
183 B
HTML
|
<script>
|
||
|
window.__env = {
|
||
|
dataApiUrl: 'http://localhost:8001',
|
||
|
apiHost: 'http://localhost',
|
||
|
apiPort: '8001',
|
||
|
nodeEnv: 'development'
|
||
|
}
|
||
|
</script>
|