Merge branch 'main' of https://github.com/naaturel/unluckiest
This commit is contained in:
@@ -12,9 +12,9 @@ sec.cors.authorizedHeader=Authorization,Content-type
|
|||||||
#=============DATABASE=============
|
#=============DATABASE=============
|
||||||
spring.datasource.url=jdbc:${DB_URL}
|
spring.datasource.url=jdbc:${DB_URL}
|
||||||
spring.datasource.username=${DB_USER}
|
spring.datasource.username=${DB_USER}
|
||||||
spring.datasource.password=
|
spring.datasource.password=${DB_PASSWORD}
|
||||||
|
|
||||||
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.user.datasource.driver-class-name=com.mysql.jdbc.Driver
|
spring.user.datasource.driver-class-name=com.mysql.jdbc.Driver
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ import linktree_mark from '$lib/assets/linktree-mark.svg';
|
|||||||
<p>Arwen Hirsoux</p>
|
<p>Arwen Hirsoux</p>
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://www.instagram.com/yanderescreations">
|
<a href="https://www.instagram.com/yanderedraws">
|
||||||
<img src="{instagram_mark}"
|
<img src="{instagram_mark}"
|
||||||
height="25"
|
height="25"
|
||||||
width="25"
|
width="25"
|
||||||
@@ -106,4 +106,4 @@ import linktree_mark from '$lib/assets/linktree-mark.svg';
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user