-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from Coding/summer/config-file
Add config file to let users modify config easily.
- Loading branch information
Showing
2 changed files
with
43 additions
and
7 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,18 @@ | ||
# Environment for running the application, either "prod" or "dev" | ||
#RUN_ENV= | ||
|
||
# USER INFO | ||
#USERNAME= | ||
#EMAIL= | ||
#AVATAR= | ||
|
||
# CORS (Seprate with comma) | ||
#ALLOWED_ORIGINS= | ||
|
||
# Home Directory(Do not modify when using docker) | ||
#CODING_IDE_HOME= | ||
#SPACE_HOME= | ||
|
||
# Max file size to upload (in Mb) | ||
#UPLOAD_FILE_SIZE_LIMIT= | ||
|
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