Skip to content

Commit 3f7de3e

Browse files
authored
PLA-1538 Clarify db settings in sample.env
1 parent 9ba1ffc commit 3f7de3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sample.env

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ CCDC_LICENSING_CONFIGURATION=la-code;123456-123456-123456-123456-123456-123456;
66
# Configure the server, port, user ID, and password to match your Postgres server
77
DB_CONNECTIONSTRING=Server=database-server;Port=5432;User Id=postgres;Password=passwordhere
88

9-
#You don't need to change these unless you've modified the default database names
9+
# The database the CSD backup has been restored to
1010
CSD_DATABASE=csd-database
11+
12+
# Database for the v4 login system. This will be created at application startup if it doesn't already exist.
1113
IDENTITY_DATABASE=csd-identity
1214

1315
# Defines the base URL for the platform
1416
PUBLIC_URI=https://csd-software.local
1517

1618
#You don't need to change this unless you want to run on a different port
17-
PLATFORM_PORT=443
19+
PLATFORM_PORT=443

0 commit comments

Comments
 (0)