Last active
March 11, 2019 10:42
-
-
Save m0veax/df14ba3eba37060ab970453164a9dcf4 to your computer and use it in GitHub Desktop.
Problems while trying to setup an shiori account
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
ERRO[0000] [./go/bin/shiori account add accountname]: default addr for network 'localhost' unknown |
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
#!/bin/sh | |
# TODO SET ENV VARS | |
export SHIORI_DBTYPE="mysql" | |
export SHIORI_DSN="username:supersecretpassword@localhost/db_name?charset=utf8&parseTime=True&loc=Local" | |
./go/bin/shiori $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE: added underscore to db_name because the real db has an underscore prefix (i need that due to my provider)