mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
fix dev env migrate.yml path in docs
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user