diff --git a/.env.template b/.env.template index 5ecedf2..310a4ce 100644 --- a/.env.template +++ b/.env.template @@ -1,7 +1,17 @@ -SERVER_PORT=1234 -SERVER_SESSION_SECRET=verylongsecret +PORT= +SERVER_SESSION_SECRET= -WEBSITE_URL=http://localhost:3000 -COOKIE_DOMAIN=localhost,127.0.0.1 +WEBSITE_URL= +COOKIE_DOMAIN= -SERVER_API_URL=http://localhost:1234 \ No newline at end of file +SERVER_API_URL= + +DB_USER= +DB_PASS= +DB_PATH= +DB_DATA_NAME= +DB_STORE_NAME= +DB_DATA_DIALECT= + +ADMIN_USERNAME= +ADMIN_PASSWORD= \ No newline at end of file