mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
refcator
This commit is contained in:
parent
27c67a063f
commit
291ecce8d3
@ -3,7 +3,7 @@
|
||||
// The whole contents is exposed to the client
|
||||
|
||||
// Load Package Details for some default values
|
||||
import schema from './config.schema'
|
||||
import schema from './schema'
|
||||
import { validateAndExport } from '../../../config'
|
||||
|
||||
const CONFIG = {
|
||||
|
||||
@ -14,7 +14,7 @@ module.exports = commonSchema.keys({
|
||||
.description(
|
||||
`
|
||||
Host (domain, IPv4, or localhost) for the frontend when running Vite as a standalone Node.js instance;
|
||||
internally, nginx forwards requests to this address.
|
||||
internally, nginx forward requests to this address.
|
||||
`,
|
||||
)
|
||||
.default('0.0.0.0'),
|
||||
Loading…
x
Reference in New Issue
Block a user