Skip to content

Commit e226cc7

Browse files
Add note about .daprc vs .dodsrc
1 parent 442f4d9 commit e226cc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/auth.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,15 @@ The file must be called one of the following names:
4949
".daprc" or ".dodsrc".
5050
If both ".daprc" and ".dodsrc" exist, then
5151
the ".daprc" file will take precedence.
52+
It is strongly suggested that you pick one of the two names
53+
and use it always. Otherwise you may observe unexpected results
54+
when the netcdf-c library finds one that you did not intend.
5255

5356
The rc file is searched for first in the current directory
5457
and then in the home directory (as defined by the HOME environment
55-
variable).
58+
variable). It is strongly suggested that you pick a uniform location
59+
and use it always. Otherwise you may observe unexpected results
60+
when the netcdf-c library get an rc file you did not expect.
5661

5762
The rc file format is a series of lines of the general form:
5863

0 commit comments

Comments
 (0)