comparison config/config_local_env.rb.example @ 505:7236c8864ad2

Remove ZP_ prefix from environment variable names
author nanaya <me@nanaya.net>
date Mon, 16 Dec 2024 01:42:54 +0900
parents 2392b86711a1
children
comparison
equal deleted inserted replaced
504:aaf58c17694b 505:7236c8864ad2
1 # Required: generate with `bundle exec secret` 1 # Required: generate with `bundle exec secret`
2 # 2 #
3 # $cfg[:secret_key] = "FILL_IN_HERE" 3 # $cfg[:secret_key] = "FILL_IN_HERE"
4 # Or set environment variable ZP_SECRET_KEY 4 # Or set environment variable SECRET_KEY
5 5
6 # If you want to deploy with just environment variable, also set ZP_DATABASE_URL or DATABASE_URL. 6 # If you want to deploy with just environment variable, also set DATABASE_URL.