Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c83898e34c
|
|||
|
769ac030b3
|
|||
|
3801a9b5c2
|
@@ -31,3 +31,6 @@ build/
|
|||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
### apach-maven binary ###
|
||||||
|
apache-maven-3.9.6
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ RUN useradd -s /bin/bash skycrateBack
|
|||||||
# Create work dir
|
# Create work dir
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
RUN chown -R skycrateBack:skycrateBack /app
|
RUN chown -R skycrateBack:skycrateBack /app
|
||||||
COPY ./Skycrate/target/ /app
|
COPY ./target/ /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Switch user
|
# Switch user
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ security.jwt.secret-key=3cfa76ef14937c1c0ea519f8fc057a80fcd04a7420f8e8bcd0a7567c
|
|||||||
security.jwt.expiration-time=3600000
|
security.jwt.expiration-time=3600000
|
||||||
|
|
||||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
|
||||||
spring.datasource.username=kshitij
|
spring.datasource.username=skycrateDB
|
||||||
spring.datasource.password=loa_dngLLA8729
|
spring.datasource.password=${MYSQL_PASSWORD}
|
||||||
spring.datasource.url=jdbc:mysql://192.168.29.55:3306/skycrate
|
spring.datasource.url=jdbc:mysql://db:3306/skycrate
|
||||||
|
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
|
|||||||
Reference in New Issue
Block a user