-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
433 changed files
with
16,806 additions
and
20,961 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,7 +1,42 @@ | ||
* text=auto eol=lf | ||
|
||
*.py text eol=lf | ||
*.gif binary | ||
*.ico binary | ||
*.jpg binary | ||
*.mo binary | ||
*.png binary | ||
*.webp binary | ||
|
||
.coveragerc text eol=lf | ||
.dockerignore text eol=lf | ||
.flaskenv text eol=lf | ||
.gitattributes text eol=lf | ||
.gitignore text eol=lf | ||
Dockerfile text eol=lf | ||
HOSTALIASES text eol=lf | ||
Makefile text eol=lf | ||
*.cfg text eol=lf | ||
*.css text eol=lf | ||
*.Dockerfile text eol=lf | ||
*.env text eol=lf | ||
*.feature text eol=lf | ||
*.html text eol=lf | ||
*.in text eol=lf | ||
*.ini text eol=lf | ||
*.jinja2 text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.md text eol=lf | ||
*.po text eol=lf | ||
*.pot text eol=lf | ||
*.py text eol=lf | ||
*.rb text eol=lf | ||
*.rst text eol=lf | ||
*.sample text eol=lf | ||
*.scss text eol=lf | ||
*.jinja2 text eol=lf | ||
*.sh text eol=lf | ||
*.svg text eol=lf | ||
*.toml text eol=lf | ||
*.txt text eol=lf | ||
*.yaml text eol=lf | ||
*.yml text eol=lf |
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
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 |
---|---|---|
|
@@ -37,8 +37,8 @@ FLASK_SITE_SUPPORT_EMAIL='[email protected]' | |
FLASK_SITE_SUPPORT_PHONE='+917676332020' | ||
FLASK_MAIL_DEFAULT_SENDER="Funnel <[email protected]>" | ||
DB_HOST=localhost | ||
FLASK_SQLALCHEMY_DATABASE_URI='postgresql+psycopg://${DB_HOST}/funnel_testing' | ||
FLASK_SQLALCHEMY_BINDS__geoname='postgresql+psycopg://${DB_HOST}/geoname_testing' | ||
FLASK_SQLALCHEMY_DATABASE_URI=postgresql+psycopg://${DB_HOST}/funnel_testing | ||
FLASK_SQLALCHEMY_BINDS__geoname=postgresql+psycopg://${DB_HOST}/geoname_testing | ||
FLASK_TIMEZONE='Asia/Kolkata' | ||
FLASK_BOXOFFICE_SERVER='http://boxoffice:6500/api/1/' | ||
FLASK_IMGEE_HOST='http://imgee.test:4500' | ||
|
This file was deleted.
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
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.