Skip to content

Commit 6b7cf93

Browse files
committed
Fix syntax of DBT=postgres to DBT=postgresql
1 parent 088440a commit 6b7cf93

File tree

1 file changed

+1
-1
lines changed
  • docs/projects/mlai/neo/examples

1 file changed

+1
-1
lines changed

docs/projects/mlai/neo/examples/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## NetApp Neo Settings (Required)
22

33
## NetApp Neo Database Settings (required)
4-
DBT=postgres ## Database type: postgres or mysql
4+
DBT=postgresql ## Database type: postgresql or mysql
55
DBB=5432 ## Database binding port: postgres is 5432 and mysql is 3306
66
DBU=postgres ## Database username
77
DBP=neodbsecret ## Database password

0 commit comments

Comments
 (0)