Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some Typos #2173

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions .dev/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is a sample configuration file with all possible configuration options.
# If you don't want to maintain a file like this you can pass in all variables via Server Variabels
# If you don't want to maintain a file like this you can pass in all variables via Server Variables

## Minimum Configuration, these are required for installation

LEAN_APP_URL = '' # Base URL, only needed for subfolder installation
LEAN_APP_DIR = '' # Base of application withotu trailing slash (used for cookies), e.g, /leantime
LEAN_APP_DIR = '' # Base of application without trailing slash (used for cookies), e.g, /leantime

LEAN_DEBUG = 1 # Debug flag

Expand All @@ -16,21 +16,21 @@ LEAN_DB_DATABASE = 'leantime' # Database name
LEAN_DB_PORT = '3306' # Database port


## Optional Configuraiton, you may ommit these from your .env file
## Optional Configuration, you may commit these from your .env file

## Default Settings
LEAN_SITENAME = 'Leantime' # Name of your site, can be changed later
LEAN_SITENAME = 'Leantime' # Name of your site, which can be changed later
LEAN_LANGUAGE = 'en-US' # Default language
LEAN_DEFAULT_TIMEZONE = 'America/Los_Angeles' # Set default timezone
LEAN_ENABLE_MENU_TYPE = false # Enable to specifiy menu on aproject by project basis
LEAN_ENABLE_MENU_TYPE = false # Enable to specify menu on a project by project basis
LEAN_SESSION_PASSWORD = '3evBlq9zdUEuzKvVJHWWx3QzsQhturBApxwcws2m' #Salting sessions. Replace with a strong password
LEAN_SESSION_EXPIRATION = 28800 # How many seconds after inactivity should we logout? 28800seconds = 8hours
LEAN_LOG_PATH = '' # Default Log Path (including filename), if not set /logs/error.log will be used
LEAN_PLUGINS = 'motivationalquotes' # Comma separated list of plugins to load

## Look & Feel, these settings are available in the UI and can be overwritten there.
LEAN_LOGO_PATH = '/dist/images/logo.svg' # Default logo path, can be changed later
LEAN_PRINT_LOGO_URL = '/dist/images/logo.jpg' # Default logo URL use for printing (must be jpg or png format)
LEAN_PRINT_LOGO_URL = '/dist/images/logo.jpg' # Default logo URL used for printing (must be jpg or png format)
LEAN_DEFAULT_THEME = 'default' # Default theme
LEAN_PRIMARY_COLOR = '#1b75bb' # Primary Theme color
LEAN_SECONDARY_COLOR = '#81B1A8' # Secondary Theme Color
Expand Down