fix dev env migrate.yml path in docs

This commit is contained in:
Christian M. Adams
2021-02-23 15:44:26 -05:00
parent fb6ce4bed3
commit 2097b014e8
2 changed files with 4 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ Notable files:
## Configuration
In the `inventory` file, set your `pg_password`, `broadcast_websocket_secret`, `secret_key`, and any other settings you need for your deployment.
In the [`inventory` file](../inventory), set your `pg_password`, `broadcast_websocket_secret`, `secret_key`, and any other settings you need for your deployment.
AWX requires access to a PostgreSQL database, and by default, one will be created and deployed in a container, and data will be persisted to a docker volume. When the container is stopped, the database files will still exist in the docker volume. An external database can be used by setting the `pg_host`, `pg_hostname`, and `pg_username`.