Skip to content

Commit

Permalink
chore: Add .env.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Dec 29, 2022
1 parent aa05ee3 commit b469963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.defaults
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RONGCLOUD_APP_KEY=""
RONGCLOUD_APP_SECRET=""
1 change: 1 addition & 0 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

require "bundler/setup"
require "rongcloud"
require 'dotenv/load'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
1 change: 1 addition & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ set -vx
bundle install

# Do any other automated setup that you need to do here
cp .env.defaults .env

0 comments on commit b469963

Please sign in to comment.