-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use dotenv config to load sensitive values from environment variables
- Loading branch information
Showing
8 changed files
with
264 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Fusio | ||
FUSIO_PROJECT_KEY="42eec18ffdbffc9fda6110dcc705d6ce" | ||
FUSIO_URL="http://127.0.0.1/projects/fusio/public" | ||
FUSIO_ENV="dev" # dev or prod | ||
FUSIO_DB_NAME="fusio" | ||
FUSIO_DB_USER="root" | ||
FUSIO_DB_PW="" | ||
FUSIO_DB_HOST="localhost" | ||
|
||
# Config (resources/config.yaml) | ||
# Login provider | ||
PROVIDER_FACEBOOK_SECRET="" | ||
PROVIDER_GOOGLE_SECRET="" | ||
PROVIDER_GITHUB_SECRET="" | ||
|
||
# Register captcha | ||
RECAPTCHA_SECRET="" | ||
|
||
# Connections (resources/connections.yaml) | ||
# Default-Connection | ||
SQLITE_1_DB="todo-app.db" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.