We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3832e3e commit 1845868Copy full SHA for 1845868
README.md
@@ -75,7 +75,8 @@ Here is an example of the .env file:
75
```
76
CCDC_LICENSING_CONFIGURATION=la-code;123456-123456-123456-123456-123456-123456;
77
CSD_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-database;User Id=postgres;Password=passwordhere
78
-WEBCSD_PORT=80
+PLATFORM_PORT=443
79
+PUBLIC_URI=https://csd-software.local
80
81
82
Where stated, some of these variables will be provided by CCDC; all other variables are for the user to generate and set.
0 commit comments