File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ CCDC_LICENSING_CONFIGURATION=la-code;123456-123456-123456-123456-123456-123456;
6
6
# Configure the server, port, user ID, and password to match your Postgres server
7
7
DB_CONNECTIONSTRING = Server=database-server;Port=5432;User Id=postgres;Password=passwordhere
8
8
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
10
10
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.
11
13
IDENTITY_DATABASE = csd-identity
12
14
13
15
# Defines the base URL for the platform
14
16
PUBLIC_URI = https://csd-software.local
15
17
16
18
# You don't need to change this unless you want to run on a different port
17
- PLATFORM_PORT = 443
19
+ PLATFORM_PORT = 443
You can’t perform that action at this time.
0 commit comments