14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
# Server Config
|
|
PORT=80
|
|
HOST=0.0.0.0
|
|
|
|
# Security
|
|
ALLOWED_HOSTS=["kis.tindevil.com", "localhost", "127.0.0.1"]
|
|
SECRET_KEY=dlrjtdmsQlalfzlfksmsep@wkf!wkf!ahfmrpTdj$#
|
|
|
|
# Database
|
|
DATABASE_URL=sqlite+aiosqlite:///./kis_stock.db
|
|
|
|
# Security
|
|
SECRET_KEY=change_this_to_a_secure_random_string_min_32_chars
|