mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:53:00 +00:00
cleanup config
This commit is contained in:
@@ -1,24 +1,3 @@
|
||||
# ZITADEL Login UI
|
||||
|
||||
This is going to be our next UI for the hosted login. It's based on Next.js 13 and its introduced `app/` directory.
|
||||
|
||||
## Custom Configuration
|
||||
|
||||
You can overwrite the default configuration by creating a `custom-config.ts` file in the root of the project. The `custom-config.ts` file should contain the settings you want to overwrite.
|
||||
|
||||
### Example `custom-config.ts`
|
||||
|
||||
```js
|
||||
const customConfig = {
|
||||
session: {
|
||||
lifetime_in_seconds: 7200,
|
||||
},
|
||||
selfservice: {
|
||||
change_password: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = customConfig;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user