Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit dd4b778c authored by Fredo's avatar Fredo
Browse files

Merge with login-registration remote

parents f1e9c58c ff9d73ea
No related branches found
No related tags found
No related merge requests found
spring.application.name=authentication spring.application.name=authentication
spring.datasource.url=jdbc:postgresql://localhost:5432/be-authentication spring.datasource.url=jdbc:postgresql://localhost:5432/be-authentication
spring.datasource.username=postgres spring.datasource.username=postgres
spring.datasource.password=postgres spring.datasource.password=postgres
spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
# Hibernate Properties # Hibernate Properties
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true
\ No newline at end of file
...@@ -8,5 +8,4 @@ spring.datasource.password= ...@@ -8,5 +8,4 @@ spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.hibernate.ddl-auto=create-drop
# (Optional) Enable SQL logging # (Optional) Enable SQL logging
spring.jpa.show-sql=true spring.jpa.show-sql=true
JWT_SECRET_KEY={$JWT_SECRET_KEY} \ No newline at end of file
\ No newline at end of file
...@@ -5,4 +5,3 @@ spring.mail.password=secret123 ...@@ -5,4 +5,3 @@ spring.mail.password=secret123
spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=false spring.mail.properties.mail.smtp.starttls.enable=false
spring.mail.properties.mail.smtp.starttls.required=false spring.mail.properties.mail.smtp.starttls.required=false
JWT_SECRET_KEY={$JWT_SECRET_KEY}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment