Skip to content

Commit

Permalink
Create myvars
Browse files Browse the repository at this point in the history
  • Loading branch information
neocristal committed Apr 22, 2024
1 parent 4720c0d commit 0f5e641
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions myvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export DJANGO_DEBUG=True

# Default url is set to http://localhost:5173 but you can change it, e.g. to use https with a caddy proxy
export CISO_ASSISTANT_URL=https://localhost:8443

# https://ott.high-net.ru/live/htvn/index.m3u8
# Setup a development mailer with Mailhog for example
export EMAIL_HOST_USER='Dh4iskh3AS39ks'
export EMAIL_HOST_PASSWORD='ASj9349jpps3j'
export [email protected]
export EMAIL_HOST=localhost
export EMAIL_PORT=1025

0 comments on commit 0f5e641

Please sign in to comment.