3 Commits

3 changed files with 7 additions and 4 deletions
+3
View File
@@ -31,3 +31,6 @@ build/
### VS Code ###
.vscode/
### apach-maven binary ###
apache-maven-3.9.6
+1 -1
View File
@@ -19,7 +19,7 @@ RUN useradd -s /bin/bash skycrateBack
# Create work dir
RUN mkdir /app
RUN chown -R skycrateBack:skycrateBack /app
COPY ./Skycrate/target/ /app
COPY ./target/ /app
WORKDIR /app
# Switch user
+3 -3
View File
@@ -9,9 +9,9 @@ security.jwt.secret-key=3cfa76ef14937c1c0ea519f8fc057a80fcd04a7420f8e8bcd0a7567c
security.jwt.expiration-time=3600000
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.datasource.username=kshitij
spring.datasource.password=loa_dngLLA8729
spring.datasource.url=jdbc:mysql://192.168.29.55:3306/skycrate
spring.datasource.username=skycrateDB
spring.datasource.password=${MYSQL_PASSWORD}
spring.datasource.url=jdbc:mysql://db:3306/skycrate
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true