Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
3c70e9af
Commit
3c70e9af
authored
Mar 25, 2016
by
Yiming Liu
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #34 from nobodyiam/remove-password
remove h2 default user and password
parents
8df85102
3969a4c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
application.properties
apollo-biz/src/main/resources/application.properties
+1
-4
application.yml
apollo-portal/src/main/resources/application.yml
+1
-4
No files found.
apollo-biz/src/main/resources/application.properties
View file @
3c70e9af
spring.datasource.url
=
jdbc:h2:mem:~/fxapolloconfigdb;mode=mysql
spring.datasource.username
=
sa
spring.datasource.password
=
spring.jpa.hibernate.naming_strategy
=
org.hibernate.cfg.EJB3NamingStrategy
spring.h2.console.enabled
=
true
spring.h2.console.settings.web-allow-others
=
true
\ No newline at end of file
spring.h2.console.settings.web-allow-others
=
true
apollo-portal/src/main/resources/application.yml
View file @
3c70e9af
...
...
@@ -6,8 +6,6 @@ spring:
name
:
apollo-portal
datasource
:
url
:
jdbc:h2:mem:~/fxapolloportaldb
username
:
sa
password
:
sa
logging
:
level
:
...
...
@@ -15,4 +13,4 @@ logging:
file
:
/opt/logs/${ctrip.appid}/apollo-adminservice.log
ctrip
:
appid
:
100003173
\ No newline at end of file
appid
:
100003173
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment