🔐Configure .env

Tutorial explaining how to configure the .env file

The .env file is our Environment Variables file, it will contain the main variables responsible for the system's functionalities.

You must create the file using the .env.example file as a base. Example configuration:

.env
PROJECT_NAME='ElectroAAC'

REMOTE_URL='https://electro-aac.com'

LAYOUT='tibia-default'

LEFT_MENU_SIDEBAR=false

RIGHT_MENU_SIDEBAR=true

DOWNLOAD_TITLE='Download Google Drive:' 

DOWNLOAD_LINK='https://www.tibiawiki.com.br/images/9/9f/Client_Artwork_12.00.jpg' 

OPTION_SECOND_LINK=true

SECOND_DOWNLOAD_TITLE='Download Mediafire:' 

SECOND_LINK='https://www.tibiawiki.com.br/images/9/9f/Client_Artwork_12.00.jpg' 

CREATE_CHARACTER_DEFAULT=true

CREATE_CHARACTER_CUSTOM=false

CREATE_CHARACTER_CUSTOM_SEX=false

Last updated