Skip to content

Commit

Permalink
[#16] Add local env
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMohrTime committed Feb 2, 2022
1 parent 6c00020 commit a7e914e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions operations/env/env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ENVIRONMENT="local"
SECURITY_KEY="ByAJcAeBBqwdjRUxiQ29C0Q7aby9jh1z"

DB_DSN="mysql:host=mysql-5.7-3306.database.nitro;port=3306;dbname=recipes_nitro"
DB_USER="nitro"
DB_PASSWORD="nitro"
DB_SCHEMA="public"
DB_TABLE_PREFIX=""
DB_PORT=""

SITE_URL="https://recipes.onemohrti.me"

DEFAULT_SITE_URL="https://recipes.onemohrti.me"

0 comments on commit a7e914e

Please sign in to comment.