-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.env.example with variables documentation #25
Conversation
.env.example
Outdated
# Hastic server url | ||
HASTIC_SERVER_URL=ws://localhost:8002 | ||
# Log level: 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL' | ||
HS_AN_LOGGING_LEVEL=DEBUG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HS_AN_LOGGING_LEVEL=DEBUG | |
HS_AN_LOGGING_LEVEL=DEBUG | |
.gitignore
Outdated
test/ | ||
.env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.env | |
.env | |
also, |
.env.example
Outdated
@@ -0,0 +1,4 @@ | |||
# Hastic server url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Hastic server url | |
# (optional) websockets URL to connect to hastic-server |
.env.example
Outdated
@@ -0,0 +1,4 @@ | |||
# Hastic server url | |||
HASTIC_SERVER_URL=ws://localhost:8002 | |||
# Log level: 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Log level: 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL' | |
# (optional) logging level: 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL' |
Changes
Now you can create .env files based on them for separate hastic/server and hastic/analytics use