Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/administration/odoo_sh/getting_started/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The :guilabel:`Settings` view allow you to manage the configuration of your proj
Project name
============

The name of your project defines the address used to access your production database. The addresses
of your staging and development builds are automatically derived from this name. If you change the
project name, only future builds will use the new name.
The project name defines your production database address, as well as the derived URLs for staging
and development. Upon saving, the new name is applied directly to the production branch. However,
for staging and development URLs, the change will only reflect after a rebuild.

.. image:: settings/project-name.png
:alt: The project name setting
Expand Down