-
I start my surreal db with a shell (.sh) script using ENV variables for pswd and usrname. Here is my script:
It starts successfully but then it warns me that Authentication is not enabled. I have no clue how to enable it. I would appreciate any help.
|
Beta Was this translation helpful? Give feedback.
Answered by
konyogony
Aug 16, 2024
Replies: 1 comment
-
Found a solution in 'surreal start --help', my bad for not reading properly, had to add ' --auth ' when i thought ' --auth enable ' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
konyogony
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a solution in 'surreal start --help', my bad for not reading properly, had to add ' --auth ' when i thought ' --auth enable '