diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..db96955 --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +SECRET_KEY='SUPER-SECRET-KEY' + +DEBUG=True +PORT=8000 + +POSTGRES_DB='postgres' +POSTGRES_PASSWORD='postgres' +POSTGRES_USER='postgres' + +ALLOWED_HOSTS="localhost 192.168.1.11"