diff --git a/env.sample.js b/env.sample.js index 56fde078..58b49e96 100644 --- a/env.sample.js +++ b/env.sample.js @@ -1,5 +1,6 @@ const config = { baseurl: 'https://dev.lauf-fuer-kaya.de', + documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe', fallback_username: 'admin', fallback_password: '72fpTzsev4xUu78QPs2FCbwZ3', prefersHashRouting: true diff --git a/public/env.sample.js b/public/env.sample.js index 24c54fef..7e223d49 100644 --- a/public/env.sample.js +++ b/public/env.sample.js @@ -1,5 +1,6 @@ const config = { baseurl: 'http://localhost:4010', + documentserver_key: 'NqZSYTy5AFQ7MppbLW5moqpTk7u7YrNUHKYhKYuThnnya2WpCOIU694hIZT1FzYe' // optional prefersHashRouting: true }; diff --git a/src/components/runners/RunnersOverview.svelte b/src/components/runners/RunnersOverview.svelte index 3a5d88bf..3e383992 100644 --- a/src/components/runners/RunnersOverview.svelte +++ b/src/components/runners/RunnersOverview.svelte @@ -1,5 +1,5 @@