Skip to content

Commit 0ce1305

Browse files
authored
Modify DATABASE_URL and highlight admin password importance
Updated DATABASE_URL for MySQL configuration and added emphasis on saving temporary admin password.
1 parent ad7442a commit 0ce1305

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

netapp-neo/client/neo-ui.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ First, we need to set up the following .env file to configure the database.
2525
# NetApp Settings (Required)
2626
DATABASE_URL=postgresql://postgres:neodbsecret@neodb:5432/neoconnectortest # <== Needs to be changed!
2727
## or for MySQL:
28-
#DATABASE_URL=mysql://user:password@localhost:3306/netapp_connector
28+
#DATABASE_URL=mysql://user:password@localhost:3306/neoconnectortest
2929
```
3030

3131
### Deploy
@@ -156,16 +156,17 @@ This will trigger a restart of Neo's container with the configured settings:
156156
Once Neo has restarted, the page will reload with the status "Complete", and a button "Admin Credentials" will appear to recover the temporary credentials:
157157
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/7db70db5-77dc-4cb9-9472-9fe912c7c0f5" />
158158

159-
### Admin Password
160-
> [!IMPORTANT]
161-
> This temporary password will not be accessible again once you have logged in with the credentials.
162-
> Make sure to either save it in your password manager or change it in the Users page.
163-
164159
Credentials
165160
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/1e063c89-e210-4c3a-9bbf-110c070b834c" />
166161
Updating credentials
167162
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/0e602ddb-5d68-49f6-a0bb-1cf82539cb27" />
168163

164+
> [!IMPORTANT]
165+
> This temporary password will not be accessible again once you have logged in with the credentials.
166+
> Make sure to either save it in your password manager or change it in the Users page.
167+
168+
<img width="1884" height="952" alt="image" src="https://github.com/user-attachments/assets/ba62c004-d7c1-498c-8082-0af298372d7f" />
169+
169170
#### via API
170171
Neo can also be configured via the API, available at ```http://your.ip:8081/docs``` or ```http://myhost.mydomain.tld:8081/docs```.
171172

0 commit comments

Comments
 (0)