mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #239] Basic HTTP Auth not working with server.json #194
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darshanputtaswamy on GitHub (May 20, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/239
server.json files ignore auth properties. Does the newer version support authentication?
{
"messageServer": {
"port": 6689,
"host": "10.64.151.XXX"
},
"httpServer": {
"port": 6688,
"host": "10.64.151.XXX"
},
"auth": {
"user": "admin",
"pass": "12345"
},
"debug": false
}