-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathsample.properties
More file actions
24 lines (20 loc) · 971 Bytes
/
sample.properties
File metadata and controls
24 lines (20 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
### Do not modify this file for your local development.
### Copy this file to one named local.properties using the following command:
###
### grep -v '###' sample.properties | sed 's/SECRET_PASSWORD/'`openssl rand -base64 18 | tr -d +/`'/g' > local.properties
###
### For security, the above copy command will also generate secure passwords.
database.url=jdbc:oracle:thin:@localhost:1521:ORCL
database.user=scott
database.password=tiger
# To create a local database run this command:
# docker run -d --name dbtest-pg -e POSTGRES_PASSWORD=SECRET_PASSWORD -p 5432:5432/tcp postgres:14
postgres.database.url=jdbc:postgresql://localhost/postgres
postgres.database.user=postgres
postgres.database.password=SECRET_PASSWORD
sqlserver.database.url=jdbc:sqlserver://localhost:1433;databaseName=test
sqlserver.database.user=test
sqlserver.database.password=test
hsqldb.database.url=jdbc:hsqldb:file:target/hsqldb;shutdown=true
hsqldb.database.user=SA
hsqldb.database.password=