basic env file
develop
Сергей Ванюшкин 2024-01-04 00:02:29 +03:00
parent 297ef62fab
commit 8475d83b25
1 changed files with 21 additions and 0 deletions

21
.env Normal file
View File

@ -0,0 +1,21 @@
# site basic constants
# this info will be shown on site header and footer
BRAND=pyproger_test
COPYRIGHT_YEAR=2024
COPYRIGHT_NAME=test user
COPYRIGHT_LINK=mailto:test@mail.com
COPYRIGHT_CITY=Some sity
# sqlalchemy connection section
DB_HOST=db_ip_adress
DB_PORT=db_port
DB_USER=db_user
DB_PASS=db_user_password
DB_NAME=db_name
# server run mode
MODE=DEV
# security requared values
SECRET_KEY=Some_secret_key
SECURITY_PASSWORD_SALT=Some_secret_salt