You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/how-to/getting_started_net_box.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This section describes the :ref:`configuration <configuration_file>` of a sample
22
22
:language: yaml
23
23
:dedent:
24
24
25
-
- The configuration contains one instance that listens incoming requests on the ``127.0.0.1:3301`` address.
25
+
- The configuration contains one instance that listens for incoming requests on the ``127.0.0.1:3301`` address.
26
26
- ``sampleuser`` has :ref:`privileges <authentication-owners_privileges>` to select and modify data in the ``bands`` space and execute the ``get_bands_older_than`` stored function. This user can be used to connect to the instance remotely.
27
27
- ``myapp.lua`` defines how data is stored in a database and includes a stored function.
0 commit comments