This file contains hidden or 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
| /* Store gateway application */ | |
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.mycompany.store | |
| serviceDiscoveryType no | |
| authenticationType jwt | |
| prodDatabaseType mysql |
This file contains hidden or 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
| /* Store gateway application */ | |
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.mycompany.store | |
| serviceDiscoveryType eureka | |
| authenticationType jwt | |
| prodDatabaseType mysql |
This file contains hidden or 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
| export TERM="xterm-256color" # This sets up colors properly | |
| # set shell | |
| export SHELL=/usr/bin/zsh | |
| # Add exports from your profile | |
| source ~/.profile | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=$HOME/.oh-my-zsh |
This file contains hidden or 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
| export TERM="xterm-256color" # This sets up colors properly | |
| # workaround as per https://superuser.com/questions/1222867/zsh-completion-functions-broken | |
| FPATH=$HOME/.oh-my-zsh/plugins/git:$HOME/.oh-my-zsh/functions:$HOME/.oh-my-zsh/completions:/usr/share/zsh/site-functions:/usr/share/zsh/$ZSH_VERSION/functions | |
| export FPATH | |
| # set shell | |
| export SHELL=/usr/bin/zsh |
This file contains hidden or 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
| code --install-extension QassimFarid.ejs-language-support | |
| code --install-extension SirTori.indenticator | |
| code --install-extension TimonVS.ReactSnippetsStandard | |
| code --install-extension TwentyChung.jsx | |
| code --install-extension abusaidm.html-snippets | |
| code --install-extension asvetliakov.move-imports | |
| code --install-extension aws-scripting-guy.cform | |
| code --install-extension bierner.markdown-preview-github-styles | |
| code --install-extension ccitiriga.TSMethodCreator | |
| code --install-extension christian-kohler.npm-intellisense |
This file contains hidden or 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
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.okta.developer.store | |
| serviceDiscoveryType no | |
| authenticationType jwt | |
| prodDatabaseType postgresql | |
| cacheProvider hazelcast | |
| buildTool gradle |
This file contains hidden or 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
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.jhipster.demo.store | |
| serviceDiscoveryType no | |
| authenticationType jwt | |
| prodDatabaseType mysql | |
| cacheProvider hazelcast | |
| buildTool gradle |
This file contains hidden or 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
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.jhipster.demo.store | |
| serviceDiscoveryType no | |
| authenticationType jwt | |
| prodDatabaseType mysql | |
| cacheProvider hazelcast | |
| buildTool gradle |
This file contains hidden or 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
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.jhipster.demo.store | |
| serviceDiscoveryType eureka | |
| authenticationType jwt | |
| prodDatabaseType mysql | |
| cacheProvider hazelcast | |
| buildTool gradle |
This file contains hidden or 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
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.jhipster.demo.store | |
| serviceDiscoveryType no | |
| authenticationType jwt | |
| prodDatabaseType mysql | |
| cacheProvider hazelcast | |
| buildTool gradle |