Update database URL label to include IP and PORT (public)
This commit is contained in:
parent
61f3b3592f
commit
89cc4d1df4
@ -23,7 +23,7 @@
|
||||
<x-forms.checkbox instantSave id="database.is_public" label="Accessible over the internet" />
|
||||
</div>
|
||||
@if ($db_url_public)
|
||||
<x-forms.input label="Database URL (public)"
|
||||
<x-forms.input label="Database IP:PORT (public)"
|
||||
helper="Your credentials are available in your environment variables." type="password" readonly
|
||||
wire:model="db_url_public" />
|
||||
@endif
|
||||
|
Loading…
Reference in New Issue
Block a user