We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12a8db commit ca3071bCopy full SHA for ca3071b
1 file changed
src/main/resources/application.properties
@@ -1,5 +1,16 @@
1
spring.profiles.active=@activatedProperties@
2
3
+spring.datasource.url=jdbc:postgresql://172.17.0.2/bethehero
4
+spring.database.driverClassName=org.postgresql.Driver
5
+spring.datasource.platform=postgres
6
+spring.datasource.username=postgres
7
+spring.datasource.password=postgres
8
+spring.jpa.hibernate.ddl-auto= update
9
+spring.jpa.show-sql=false
10
+spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
11
+
12
+security.app.jwtSecret=XueeCy61NOddroAgE5gZn7wS
13
+security.app.jwtExpiration=43200000
14
github.base.url=https://api.github.com/
-github.search.users=search/users?q=
15
+github.search=search/
16
github.search.topics=topics/
0 commit comments