mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Update Readme.md
fix path to inventory file
This commit is contained in:
parent
6a9de16cda
commit
26e5830b80
@ -51,7 +51,7 @@ Use on other platforms is untested, and may require local changes.
|
||||
|
||||
## Configuration
|
||||
|
||||
In the [`inventory` file](../inventory), 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`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user