forked from AnanthaRajuC/Spring-Boot-Application-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
23 lines (15 loc) · 683 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MAIL_PROTOCOL=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
SITE_LOGO=/images/map.svg
SITE_INITIALS=SBAT
SITE_TITLE=Spring Boot Application Template
SITE_DESCRIPTION=The only thing better than a Maven archetype is a repo you can fork with everything already setup to speed up the creation of new Spring Boot based Web applications, just fork-and-code. This repository contains a recipe/scaffolding for bootstrapping a Monolithic Web Application with the features & Technology stack listed below. Delete the sample code (or keep it.) and add your own, you’re good to go.