Skip to content

Commit 6af3fc6

Browse files
committed
Update documentation about alembic configuration path
1 parent af79638 commit 6af3fc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ Editing the .ini File
118118
=====================
119119

120120
Alembic placed a file ``alembic.ini`` into the current directory. This is a file that the ``alembic``
121-
script looks for when invoked. This file can be anywhere, either in the same directory
122-
from which the ``alembic`` script will normally be invoked, or if in a different directory, can
123-
be specified by using the ``--config`` option to the ``alembic`` runner.
121+
script looks for when invoked. This file can exist in a different directory, with the location to it
122+
specified by either the ``--config`` option for the ``alembic`` runner or the ``ALEMBIC_CONFIG``
123+
environment variable (the former takes precedence).
124124

125125
The file generated with the "generic" configuration looks like::
126126

0 commit comments

Comments
 (0)