diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d42e2dc --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Copy this file to .env (local dev) or .env.production (prod) and fill in values. +# These files are gitignored — never commit real credentials. + +DB_HOST=183.99.177.40 +DB_PORT=5432 +DB_NAME=distribution +DB_USERNAME=postgres +DB_PASSWORD=changeme diff --git a/.gitignore b/.gitignore index fcc2b01..2da0dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ Thumbs.db # Docker environment files .env +.env.* +!.env.example env.development env.production diff --git a/WebContent/WEB-INF/view/login.jsp b/WebContent/WEB-INF/view/login.jsp index e653dec..8c690ea 100644 --- a/WebContent/WEB-INF/view/login.jsp +++ b/WebContent/WEB-INF/view/login.jsp @@ -8,16 +8,16 @@ - <%=Constants.SYSTEM_TITLE %> - + 모모유통 | <%=Constants.SYSTEM_TITLE %> +