fix: message
This commit is contained in:
parent
eeff88c853
commit
7c7bb42003
|
@ -15,7 +15,8 @@ const DatabaseCredentials = ({ variables, setVariables }: any) => {
|
||||||
<Stack spacing={6} padding="3% 0">
|
<Stack spacing={6} padding="3% 0">
|
||||||
<Text fontStyle="italic" fontSize="sm" color="blackAlpha.500" mt={3}>
|
<Text fontStyle="italic" fontSize="sm" color="blackAlpha.500" mt={3}>
|
||||||
Note: Database related environment variables cannot be updated from
|
Note: Database related environment variables cannot be updated from
|
||||||
dashboard
|
dashboard. Please use .env file or OS environment variables to update
|
||||||
|
it.
|
||||||
</Text>
|
</Text>
|
||||||
<Flex direction={isNotSmallerScreen ? 'row' : 'column'}>
|
<Flex direction={isNotSmallerScreen ? 'row' : 'column'}>
|
||||||
<Flex
|
<Flex
|
||||||
|
|
|
@ -11,8 +11,9 @@ const SessionStorage = ({ variables, setVariables, RedisURL }: any) => {
|
||||||
Session Storage
|
Session Storage
|
||||||
</Text>
|
</Text>
|
||||||
<Text fontStyle="italic" fontSize="sm" color="blackAlpha.500" mt={3}>
|
<Text fontStyle="italic" fontSize="sm" color="blackAlpha.500" mt={3}>
|
||||||
Note: Database related environment variables cannot be updated from
|
Note: Redis related environment variables cannot be updated from
|
||||||
dashboard
|
dashboard. Please use .env file or OS environment variables to update
|
||||||
|
it.
|
||||||
</Text>
|
</Text>
|
||||||
<Stack spacing={6} padding="2% 0%">
|
<Stack spacing={6} padding="2% 0%">
|
||||||
<Flex direction={isNotSmallerScreen ? 'row' : 'column'}>
|
<Flex direction={isNotSmallerScreen ? 'row' : 'column'}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user