File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ Editing the .ini File
118
118
=====================
119
119
120
120
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) .
124
124
125
125
The file generated with the "generic" configuration looks like::
126
126
You can’t perform that action at this time.
0 commit comments