Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sprachschulsystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Pokorný
Sprachschulsystem
Commits
ff354574
There was an error fetching the commit references. Please try again later.
Commit
ff354574
authored
1 year ago
by
Jan Pokorný
Browse files
Options
Downloads
Patches
Plain Diff
Fixing external-app.properties for production
parent
ee744dd5
No related branches found
No related tags found
1 merge request
!51
M4 language school
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/module-language-school/src/main/resources/external-app.properties
+6
-4
6 additions, 4 deletions
...anguage-school/src/main/resources/external-app.properties
with
6 additions
and
4 deletions
application/module-language-school/src/main/resources/external-app.properties
+
6
−
4
View file @
ff354574
#TODO Copied base application properties, should be modified for production
server.port
=
8081
spring.security.oauth2.resourceserver.opaque-token.introspection-uri
=
https://oidc.muni.cz/oidc/introspect
...
...
@@ -11,13 +10,16 @@ management.health.defaults.enabled=true
management.endpoint.health.probes.enabled
=
true
spring.jpa.open-in-view
=
false
spring.h2.console.enabled
=
true
# disabled in production for security reasons
spring.h2.console.enabled
=
false
spring.datasource.url
=
jdbc:h2:mem:school
spring.datasource.driverClassName
=
org.h2.Driver
spring.datasource.username
=
sa
spring.jpa.database-platform
=
org.hibernate.dialect.H2Dialect
# showing SQL is generally good practice for running project locally to check whether there is not an issue with implementation of JPA methods.
spring.jpa.show-sql
=
true
# disabled SQL logging in production
spring.jpa.show-sql
=
false
spring.jackson.property-naming-strategy
=
LOWER_CAMEL_CASE
spring.cache.type
=
NONE
appconfig.enablecache
=
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment