-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
21 lines (16 loc) · 1.03 KB
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Full CCDC Licensing string (provided by CCDC)
# Replace the licence key below with your licence key, keep the la-code and the semi colons.
# More information can be found in section 14.8 in the release notes for the desktop CSD portfolio
CCDC_LICENSING_CONFIGURATION=la-code;123456-123456-123456-123456-123456-123456;
# Configure the server, port, user ID, and password to match your Postgres server
DB_CONNECTIONSTRING=Server=database-server;Port=5432;User Id=postgres;Password=passwordhere
# Defines the base URL for the platform
# This must be changed to the full hostname of your WebCSD server
PUBLIC_URI=https://csd-software.local
#You don't need to change this unless you want to run on a different port
PLATFORM_PORT=443
# The database the CSD backup has been restored to
CSD_DATABASE=csd-database
# Database for the v4 login system. This will be created at application startup if it doesn't already exist.
# You don't need to change this unless you have an existing identity database with a different name
IDENTITY_DATABASE=csd-identity