Mercurial > libervia-backend
changeset 4038:c484c2609275
core (constants): fix URL, forgotten `SàT` reference + set new codename to "La Ruche"
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 13 Apr 2023 21:53:53 +0200 |
parents | 524856bd7b19 |
children | f5d3afd4e5c4 |
files | sat/core/constants.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/core/constants.py Sat Apr 08 13:54:42 2023 +0200 +++ b/sat/core/constants.py Thu Apr 13 21:53:53 2023 +0200 @@ -31,14 +31,14 @@ ## Application ## APP_NAME = "Libervia" APP_COMPONENT = "backend" - APP_NAME_ALT = "SàT" + APP_NAME_ALT = "Libervia" APP_NAME_FILE = "libervia" APP_NAME_FULL = f"{APP_NAME} ({APP_COMPONENT})" APP_VERSION = ( sat.__version__ ) # Please add 'D' at the end of version in sat/VERSION for dev versions - APP_RELEASE_NAME = "La Cecília" - APP_URL = "https://salut-a-toi.org" + APP_RELEASE_NAME = "La Ruche" + APP_URL = "https://libervia.org" ## Runtime ## PLUGIN_EXT = "py"