-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugins will only be ran when included in .env
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 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 |
---|---|---|
@@ -1,25 +1,30 @@ | ||
PORT=8080 | ||
SECURE_PORT=8081 | ||
|
||
#Site Details | ||
SITE_NAME=ribbon | ||
SITE_DOMAIN= | ||
SITE_THEME=flac | ||
ADMIN_THEME=arabesque/dist | ||
|
||
HASH_SALT_ROUNDS=10 | ||
|
||
#Database Information | ||
DB_HOST=localhost | ||
DB_PORT=27017 | ||
DB_USER= | ||
DB_PASSWORD= | ||
DB_AUTH=admin | ||
DB_NAME=ribbon | ||
|
||
#Analytics | ||
GOOGLE_TRACKING_ID= | ||
|
||
TWITTER_USERNAME= | ||
|
||
#Certificates. Not recommended to use this. Use a proxy server instead (E.g. nginx). | ||
SECURE_PRIVATE_KEY= | ||
SECURE_PRIVATE_CERT= | ||
|
||
#Seperate with comments (E.g. example-plugin,plugin-2) | ||
PLUGINS=example-plugin |
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