From ca0324ab676bca9914f83239d63008442c2427d6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 4 Sep 2021 19:21:57 +0300 Subject: [PATCH] feat(settings): add new settings option `base_url` --- src/flextype/settings.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index 4287c93d..de43cc05 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -16,9 +16,14 @@ charset: UTF-8 # Available locales to use: src/flextype/config/locales.yaml locale: en_US +# Application Base url +# +# Define application base url +base_url: '' + # Application Base Path # -# Define application base path +# Define application base path if application located in subdirectory base_path: '/flextype' # Valid date format