Skip to content

Commit

Permalink
[#2] Edit variables on .env.example for non-dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Nov 7, 2024
1 parent 7eb3682 commit 576ef56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Host Ports
CKAN_PORT_HOST=5000
NGINX_PORT_HOST=81
NGINX_SSLPORT_HOST=8443
NGINX_PORT_HOST=80
NGINX_SSLPORT_HOST=443

# CKAN databases
POSTGRES_USER=postgres
Expand Down Expand Up @@ -29,7 +29,7 @@ USE_HTTPS_FOR_DEV=false
# CKAN core
CKAN_VERSION=2.10.0
CKAN_SITE_ID=default
CKAN_SITE_URL=https://localhost:8443
CKAN_SITE_URL=https://localhost
CKAN___BEAKER__SESSION__SECRET=CHANGE_ME
# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings
CKAN___API_TOKEN__JWT__ENCODE__SECRET=string:CHANGE_ME
Expand Down

0 comments on commit 576ef56

Please sign in to comment.