|
@@ -4,6 +4,9 @@ PORT={{PORT}}
|
|
|
# The domain that this website is on
|
|
# The domain that this website is on
|
|
|
DEFAULT_DOMAIN={{DEFAULT_DOMAIN}}
|
|
DEFAULT_DOMAIN={{DEFAULT_DOMAIN}}
|
|
|
|
|
|
|
|
|
|
+# Generated link length
|
|
|
|
|
+LINK_LENGTH={{LINK_LENGTH}}
|
|
|
|
|
+
|
|
|
# Neo4j database credential details
|
|
# Neo4j database credential details
|
|
|
DB_URI={{DB_URI}}
|
|
DB_URI={{DB_URI}}
|
|
|
DB_USERNAME={{DB_USERNAME}}
|
|
DB_USERNAME={{DB_USERNAME}}
|
|
@@ -57,4 +60,4 @@ MAIL_PASSWORD={{MAIL_PASSWORD}}
|
|
|
REPORT_MAIL={{REPORT_MAIL}}
|
|
REPORT_MAIL={{REPORT_MAIL}}
|
|
|
|
|
|
|
|
# Support email to show on the app
|
|
# Support email to show on the app
|
|
|
-CONTACT_EMAIL={{CONTACT_EMAIL}}
|
|
|
|
|
|
|
+CONTACT_EMAIL={{CONTACT_EMAIL}}
|