mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
a1eced3180
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3486 Co-authored-by: Alberto Francesco Motta <36401353+afmotta@users.noreply.github.com> Co-authored-by: Martin Mark <74692114+martin-hasura@users.noreply.github.com> GitOrigin-RevId: 730fe024d86d46de1b53bfbc7e171294527a407e
18 lines
394 B
HTML
18 lines
394 B
HTML
<script>
|
|
window.__env = {
|
|
dataApiUrl: 'http://localhost:8080',
|
|
apiHost: 'http://localhost',
|
|
apiPort: '8080',
|
|
nodeEnv: 'development',
|
|
};
|
|
</script>
|
|
|
|
<link
|
|
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-
|
|
awesome.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-
|
|
wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
|
|
crossorigin="anonymous"
|
|
/>
|