Skip to content

Commit

Permalink
Create .env.example
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Aug 31, 2024
1 parent 813bbaf commit 2cc3152
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Environments that are recommended to change
USER=devuser
PASSWORD=1234
# These are optional values.
SSH_PORT=23 # Recommended to change in case of multiple dev environments
ENVIRONMENT_NAME=khulnasoft-repo-template # Recommended to change in case of multiple dev environments
EXPOSE_EXTERNAL_PORT_RANGE=5170-5199 # Recommended to change in case of multiple dev environments
EXPOSE_INTERNAL_PORT_RANGE=5170-5199
EXPOSE_EXTERNAL_PATH_DIRECTORY=data # Recommended to change in case of multiple dev environments
EXPOSE_INTERNAL_PATH_DIRECTORY=data
ZSHRC_FILE_URL=https://raw.githubusercontent.com/khulnasoft/khulnasoft-repo-template/main/dotfiles/.zshrc
P10K_FILE_URL=https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10k-rainbow.zsh
NEOVIM_CONFIG_REPO_URL=https://github.com/nvim-lua/kickstart.nvim.git

0 comments on commit 2cc3152

Please sign in to comment.