Skip to content

Commit 7b24682

Browse files
PMerletclaude
andcommitted
Add Forest Admin configuration with environment variables
Use environment variables for auth_secret and env_secret to ensure secrets are not committed to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8e1bd49 commit 7b24682

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ForestAdminRails.configure do |config|
2+
config.auth_secret = ENV['FOREST_AUTH_SECRET']
3+
config.env_secret = ENV['FOREST_ENV_SECRET']
4+
end

0 commit comments

Comments
 (0)