diff options
Diffstat (limited to 'various/neoup/config.h')
-rw-r--r-- | various/neoup/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/various/neoup/config.h b/various/neoup/config.h new file mode 100644 index 0000000..522807e --- /dev/null +++ b/various/neoup/config.h @@ -0,0 +1,3 @@ +char *username = "username"; +char *password = "password"; +char *url = "\"https://neocities.org/api/upload\""; |