mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-26 07:13:35 +01:00
Updated config to docker info
This commit is contained in:
@@ -15,7 +15,7 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'install' => 'manual',
|
||||
'install' => 'docker',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'home' => 'HOME=' . base_path() . DIRECTORY_SEPARATOR,
|
||||
'home' => 'HOME=/config',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
BIN
conf/site/node_modules/.cache/babel-loader/5092628d99ae3f23b4e750573dcaabfe.json.gz
generated
vendored
Normal file
BIN
conf/site/node_modules/.cache/babel-loader/5092628d99ae3f23b4e750573dcaabfe.json.gz
generated
vendored
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
2
conf/site/node_modules/.cache/terser-webpack-plugin/index-v5/d8/ff/43f50688b165a32701d321f7459619e0cdc913d1ec6a02ec1ee276eb6da8
generated
vendored
Normal file
2
conf/site/node_modules/.cache/terser-webpack-plugin/index-v5/d8/ff/43f50688b165a32701d321f7459619e0cdc913d1ec6a02ec1ee276eb6da8
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
2da9cf9714f57421709ba4d4530c3e55f2fd6604 {"key":"{\"terser\":\"4.6.10\",\"terser-webpack-plugin\":\"2.3.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":true,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"compress\":{\"warnings\":false},\"output\":{\"comments\":false}}},\"nodeVersion\":\"v10.19.0\",\"filename\":\"\\u002Fjs\\u002Fapp.js\",\"contentHash\":\"6a850c63bc64d0018cbc\"}","integrity":"sha512-Xtb2QDVD+LAhDQj7Xsi7Yxqh5yg+hTa86CS0WGZOBOqyDouNp1GFKcB6a8uPA6hQ+7whdndyuKgyePEERrTpGQ==","time":1597238437732,"size":2621925}
|
||||
2
conf/site/public/js/app.js
vendored
2
conf/site/public/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -159,7 +159,7 @@ export default class Settings extends Component {
|
||||
]} />
|
||||
</Col>
|
||||
<Col lg={{ span: 4 }} md={{ span: 6 }} sm={{ span: 12 }}>
|
||||
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={false} settings={[
|
||||
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={true} settings={[
|
||||
{
|
||||
obj: e.healthchecks_uuid,
|
||||
type: 'text'
|
||||
|
||||
Reference in New Issue
Block a user